Double.IIncrementOperators<Double>.Increment(Double) 运算符

定义

递增值。

 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增 的结果。

实现

适用于