Double.IIncrementOperators.Increment(Double) Operator (System) (original) (raw)

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

 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

Parameters

value

Double

The value to increment.

Returns

The result of incrementing value.

Implements

Applies to