Single.ILogB(Single) メソッド

定義

値の整数対数を計算します。

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

パラメーター

x
Single

整数対数を計算する値。

返品

xの整数対数。

実装

適用対象