| Binary | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | Ld(Int32) | Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned. | 
|   | Ld(Int64) | Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned. | 
|   | Ld(UInt32) | Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned. | 
|   | Ld(UInt64) | Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned. | 
 See Also
See Also