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

返回

NFloat

大于 x的最小值。

实现

适用于