Click or drag to resize

BinaryMathLd Method

Overload List
 NameDescription
Public methodStatic memberLd(Int32) Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned.
Public methodStatic memberLd(Int64) Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned.
Public methodStatic memberLd(UInt32) Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned.
Public methodStatic memberLd(UInt64) Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned.
Top
See Also