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

-或-

NegativeInfinity 如果 x 等於 NegativeInfinity

-或-

NaN 如果 x 等於 NaN

適用於