Double.ISubtractionOperators<Double,Double,Double>.Subtraction Operator

Definition

Subtracts two values to compute their difference.

C#
static double ISubtractionOperators<double,double,double>.operator -(double left, double right);

Parameters

left
Double

The value from which right is subtracted.

right
Double

The value that's subtracted from left.

Returns

The value of right subtracted from left.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10