/
nxa.IsBitSet
nxa.IsBitSet
Description
Checks if bit is set.
Signature
boolean nxa.IsBitSet (number, number)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
number | M | value | |
number | M | bit position |
Return
Type | Description |
---|---|
boolean | if bit was set it will be true, otherwise false |
, multiple selections available,
Related content
nxa.SetBit
nxa.SetBit
More like this
nxa.Or
More like this
nxa.And
More like this
nxa.ResetBit
nxa.ResetBit
More like this
nxa.Xor
More like this
nxa.IsValidValue
nxa.IsValidValue
More like this