BitToC( <nInteger>, [<cBitPattern>], [<lBlankSpaces>] ; // Default: .F. ) --> cResultString
ClearBit( <nNumber|cHex>, ; // Type: NC [<nBitPos1>], ; // Type: N [<...nBitPos32>] ; // Type: N ) --> nNewValue
CtoN( <cDigits>, [<nBase>], ; // Default: 10 [<lNegativeNumbers>] ; // Default: .F. ) --> nInteger
Exponent( <nFloatNumber> ) --> nExponent
FtoC( <nFloatNumber> ) --> cFloatNumber
IntNeg( <nUnsigned|cHexUnsigned>, ; // Type: NC [<l32BitInteger>] ; // Type: L Default: .F. ) --> nSignedInteger
IntPos( <nSigned|cHexSigned>, ; // Type: NC [<l32BitInteger>] ; // Type: L Default: .F. ) --> nUnsigned
IsBit( <nInteger|cHex>, ; // Type: NC [<nBitPos>] ; // Type: N Default: 1 ) --> lBitIsSet
Mantissa( <nFloatNumber> ) --> nMantissa
NtoC( <nUnsigned|cHex>, ; // Type: NC [<nBase>], ; // Type: N Default: 10 [<nLength>], ; // Type: N [<cFillCharacter>] ; // Type: C Default: Chr(32) ) --> cString
NumAND( <nInteger1|cHex1>, ; // Type: NC <nInteger2|cHex2>, ; // Type: NC [<...nIntegerN|cHexN>] ; // Type: NC ) --> nANDed_Integer
NumCount( [<nIncrement|nStartValue>], ; // Default: 0 [<lStartValue>] ; // Default: .F. ) --> nCounter
NumHigh( <nInteger|cHex> ; // Type: NC ) --> nHighByte
NumLow( <nInteger|cHex> ; // Type: NC ) --> nLowByte
NumMirr( [<nInteger|cHex>], ; // Type: NC [<lEightBitsOnly>] ; // Type: L Default: .F. ) --> nInteger
NumNOT( <nInteger|cHex> ; // Type: NC ) --> nNOTed_Integer
NumOR( <nInteger1|cHex1>, ; // Type: NC <nInteger2|cHex2>, ; // Type: NC [<...nIntegerN|cHexN>] ; // Type: ) --> nORed_Integer
NumRoL( <nInteger1|cHex1>, ; // Type: NC [<nInteger2|cHex2>], ; // Type: NC [<lEightBitsOnly>] ; // Type: L Default: .F. ) --> nLeftRotatedInteger
NumXOR( <nInteger1|cHex1>, ; // Type: NC <nInteger2|cHex2> ; // Type: NC ) --> nXORed_Integer
Rand( [<nStartValue>] ; // Default: 1 ) --> nRandomNumber
Random( [<lSignedInteger>] ; // Default: .F. ) --> nRandomInteger
SetBit( <nInteger|cHex>, ; // Type: NC <nBitPos1>, ; // Type: N [<...nBitPos32>] ; // Type: N ) --> nNewValue