Math.BitDecrement(Double) 方法

定义

返回比较小于指定值的最大值。

public:
 static double BitDecrement(double x);
public static double BitDecrement (double x);
static member BitDecrement : double -> double
Public Shared Function BitDecrement (x As Double) As Double

参数

x
Double

要递减的值。

返回

比较小于 x的最大值。

- 或 -

如果 x 等于 NegativeInfinity,则为 NegativeInfinity

- 或 -

如果 x 等于 NaN,则为 NaN

适用于