Double.IIncrementOperators<Double>.Increment(Double) Operator
Definition
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.
Increments a value.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.