IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) 方法

定义

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

public:
 static TSelf BitDecrement(TSelf x);
public static abstract TSelf BitDecrement (TSelf x);
static member BitDecrement : 'Self -> 'Self
Public Shared Function BitDecrement (x As TSelf) As TSelf

参数

x
TSelf

要按位递减的值。

返回

TSelf

比较小于 x的最大值。

适用于