Double.IIncrementOperators<Double>.Increment(Double) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞增值。
static double System.Numerics.IIncrementOperators<System.Double>.operator ++(double value) = System::Numerics::IIncrementOperators<double>::op_Increment;
static double IIncrementOperators<double>.operator ++ (double value);
static member System.Numerics.IIncrementOperators<System.Double>.op_Increment : double -> double
Shared op_Increment (value As Double) As Double Implements IIncrementOperators(Of Double).op_Increment
參數
- value
- Double
要遞增的值。
傳回
遞增 value
的結果。