IFloatingPointIeee754<TSelf>.ILogB(TSelf) 方法

定义

计算值的整数对数。

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

参数

x
TSelf

要计算其整数对数的值。

返回

的整数对数 x

适用于