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

要計算其整數對數的值。

傳回

x整數對數。

實作

適用於