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的最大值。

- 或 -

如果 x 等于 NegativeInfinity,则为 NegativeInfinity

- 或 -

如果 x 等于 NaN,则为 NaN

适用于