Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Win32.LowBits

Andrew Lambert edited this page Apr 16, 2015 · 3 revisions

#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

Clone this wiki locally