Single.IIncrementOperators<Single>.Increment(Single) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞增值。
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
增 的結果。