BigInteger.Log2(BigInteger) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的 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 的值。
返回
的 value
log2。