Single.IIncrementOperators<Single>.Increment(Single) 運算子
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞增值。
static float System.Numerics.IIncrementOperators<System.Single>.operator ++(float value) = System::Numerics::IIncrementOperators<float>::op_Increment;
C#
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
增 的結果。
產品 | 版本 |
---|---|
.NET | 7, 8, 9, 10 |