Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Signature

number nxa.LowByte (number)

Extracts the low byte of the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberlow byte of the value

Description

Signature

number nxa.HiByte (number)

Extracts the high byte of the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberhigh byte of the value

Description

Signature

number nxa.LowWord (number)

Extracts the low word of the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberlow word of the value

Description

Signature

number nxa.HiWord (number)

Extracts the high word of the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberhigh word of the value

Description

Signature

boolean nxa.IsBitSet (number, number)

Checks if bit is set.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
booleanif bit was set it will be true, otherwise false

Description

Signature

number nxa.SetBit (number, number)

Set bit at certain position.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
numberresult of changed bit

Description

Signature

number nxa.ResetBit (number, number)

Reset bit at certain position.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
numberresult of changed bit

Description

Signature

number nxa.ResetBit (number, number)

Reset bit at certain position.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
numberresult of changed bit

Description

Signature

number nxa.SetLoByte (number, number)

Sets the low byte in the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbyte value

Return

TypeDescription
numberresult of changed value

Description

Signature

number nxa.SetHiByte (number, number)

Sets the high byte in the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbyte value

Return

TypeDescription
numberresult of changed value

Description

Signature

number nxa.SetLoWord (number, number)

Sets the low low word in the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMword value

Return

TypeDescription
numberresult of changed value

Description

Signature

number nxa.SetHiWord (number, number)

Sets the high word in the value.

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMword value

Return

TypeDescription
numberresult of changed value
  • No labels