MathF.BitDecrement(Single) メソッド

定義

指定した値より小さい値を比較する最大値を返します。

public:
 static float BitDecrement(float x);
public static float BitDecrement (float x);
static member BitDecrement : single -> single
Public Shared Function BitDecrement (x As Single) As Single

パラメーター

x
Single

デクリメントする値。

戻り値

より x小さい値を比較する最大値。

- または -

xNegativeInfinity と等しい場合は NegativeInfinity

- または -

xNaN と等しい場合は NaN

適用対象