NFloat.Increment(NFloat) 運算子

定義

遞增值。

public:
 static System::Runtime::InteropServices::NFloat operator ++(System::Runtime::InteropServices::NFloat value) = System::Numerics::IIncrementOperators<System::Runtime::InteropServices::NFloat>::op_Increment;
public static System.Runtime.InteropServices.NFloat operator ++ (System.Runtime.InteropServices.NFloat value);
static member op_Increment : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared op_Increment (value As NFloat) As NFloat

參數

value
NFloat

要遞增的值。

傳回

遞增 value的結果。

實作

適用於