AreaSubtraction(Area, Area) Operator

Subtracts two values to compute their difference.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Area operator -(
	Area left,
	Area right
)

Parameters

left  Area
The value from which right is subtracted.
right  Area
The value which is subtracted from left.

Return Value

Area
A new Area instance equal in value to the second subtracted from the first, denominated in the units, and with the accuracy and precision, of left.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)

See Also