IntPtr.Log2(IntPtr) Metoda

Definice

Vypočítá log2 hodnoty.

public:
 static IntPtr Log2(IntPtr value) = System::Numerics::IBinaryNumber<IntPtr>::Log2;
public static IntPtr Log2 (IntPtr value);
static member Log2 : nativeint -> nativeint
Public Shared Function Log2 (value As IntPtr) As IntPtr

Parametry

value
IntPtr

nativeint

Hodnota, jejíž log2 se má vypočítat.

Návraty

IntPtr

nativeint

Log2 pro value.

Implementuje

Platí pro