Click or drag to resize

AreaSubtraction(Area, Int32) Operator

Subtracts two values to compute their difference.

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

Parameters

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

Return Value

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

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also