NFloat.ILogB(NFloat) 方法

定义

计算值的整数对数。

public:
 static int ILogB(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ILogB;
public static int ILogB (System.Runtime.InteropServices.NFloat x);
static member ILogB : System.Runtime.InteropServices.NFloat -> int
Public Shared Function ILogB (x As NFloat) As Integer

参数

x
NFloat

返回

Int32

的整数对数 x

实现

适用于