Single.Log2(Single) 方法

定义

计算值的 log2。

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

参数

value
Single

要计算其 log2 的值。

返回

valuelog2

实现

适用于