BigInteger.Log2(BigInteger) メソッド

定義

値の log2 を計算します。

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

パラメーター

value
BigInteger

log2 が計算される値。

戻り値

の log2 value

実装

適用対象