Win32.HighBits - charonn0/WinLib GitHub Wiki

#Win32.HighBits

##Method Signatures

    Function HighBits(Extends BigInt As Int64) As Integer
    Sub HighBits(Extends ByRef BigInt As Int64, Assigns HighOrder As Integer)

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

##See also