BinaryMathLd(Int32) Method |
Returns k such that 2^k <= x < 2^(k+1).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static int Ld(
int x
)
Parameters
- x Int32
- The argument.
Return Value
Int32
A number
k such that
2^k <= x < 2^(k+1). If
x is less than 0,
MinValue is returned.
Remarks
See Also