IFloatingPointIeee754<TSelf>.BitIncrement(TSelf) 方法

定义

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

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

参数

x
TSelf

要按位递增的值。

返回

TSelf

大于 进行比较的 x最小值。

适用于