Math.BitDecrement(Double) 方法
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回比較小於指定值的最大值。
public:
static double BitDecrement(double x);
C#
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。
-或-
產品 | 版本 |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |