IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) 方法

定义

将值递减为小于给定值的最小值。

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

参数

x
TSelf

要按位递减的值。

返回

TSelf

小于 x的最小值。

适用于