Double.ILogB(Double) 方法

定义

计算值的整数对数。

public:
 static int ILogB(double x) = System::Numerics::IFloatingPointIeee754<double>::ILogB;
public static int ILogB (double x);
static member ILogB : double -> int
Public Shared Function ILogB (x As Double) As Integer

参数

x
Double

要计算其整数对数的值。

返回

的整数对数 x

实现

适用于