Click or drag to resize

BinaryMathLd Method

Overload List
 NameDescription
Public methodStatic memberLd(Int32) Returns k such that 2^k <= x < 2^(k+1).
Public methodStatic memberLd(Int64) Returns k such that 2^k <= x < 2^(k+1).
Public methodStatic memberLd(UInt32) Returns k such that 2^k <= x < 2^(k+1).
Public methodStatic memberLd(UInt64) Returns k such that 2^k <= x < 2^(k+1).
Top
See Also