ILogarithmicFunctions<TSelf>.Log2(TSelf) 方法

定义

计算值的以 2 为底的对数。

public:
 static TSelf Log2(TSelf x);
public static abstract TSelf Log2 (TSelf x);
static member Log2 : 'Self -> 'Self
Public Shared Function Log2 (x As TSelf) As TSelf

参数

x
TSelf

要计算其以 2 为底的对数的值。

返回

TSelf

的以 2 为底的 x对数。

适用于