共用方式為


NFloat.BitIncrement(NFloat) 方法

定義

將值遞增至比較大於指定值的最小值。

public:
 static System::Runtime::InteropServices::NFloat BitIncrement(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::BitIncrement;
public static System.Runtime.InteropServices.NFloat BitIncrement (System.Runtime.InteropServices.NFloat x);
static member BitIncrement : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function BitIncrement (x As NFloat) As NFloat

參數

x
NFloat

要位遞增的值。

傳回

比較大於 x的最小值。

實作

適用於