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
的最大值。
- 或 -
如果 x
等于 NegativeInfinity,则为 NegativeInfinity。
- 或 -
产品 | 版本 |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |