| BinaryMathLd(Int32) Method | 
            Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned.
            
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static int Ld(
	int x
)
Parameters
- x  Int32
- The argument.
Return Value
Int32A number k so that 2^k <= x < 2^(k+1). If x<0 then 
MinValue is returned.
 See Also
See Also