Win32.LowBits - charonn0/WinLib GitHub Wiki

#Win32.LowBits

##Method Signatures

    Function LowBits(Extends BigInt As Int64) As Integer
    Sub LowBits(Extends ByRef BigInt As Int64, Assigns LowOrder As Integer)

##Notes Gets and sets the low-order bits of the passed Int64.

##See also