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数。

実装

適用対象