Single.IIncrementOperators<Single>.Increment(Single) 運算子

定義

遞增值。

 static float System.Numerics.IIncrementOperators<System.Single>.operator ++(float value) = System::Numerics::IIncrementOperators<float>::op_Increment;
static float IIncrementOperators<float>.operator ++ (float value);
static member System.Numerics.IIncrementOperators<System.Single>.op_Increment : single -> single
 Shared op_Increment (value As Single) As Single Implements IIncrementOperators(Of Single).op_Increment

參數

value
Single

要遞增的值。

傳回

value 增 的結果。

實作

適用於