IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值递减为小于给定值的最小值。
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
的最小值。