Click or drag to resize

BinaryMathLd(UInt64) Method

Returns k so that 2^k <= x < 2^(k+1). If x==0 then 0 is returned.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int Ld(
	ulong x
)

Parameters

x  UInt64
The argument.

Return Value

Int32
A number k so that 2^k <= x < 2^(k+1). If x==0 then MinValue is returned.
See Also