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

-或-

NegativeInfinityx 等於 NegativeInfinity

-或-

NaNx 等於 NaN

適用於