BigInteger.Log2(BigInteger) Metoda

Definice

Vypočítá log2 hodnoty.

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

Parametry

value
BigInteger

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

Návraty

Log2 pro value.

Implementuje

Platí pro