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