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 的最小值。

適用於