AreaDivision(Area, Double) Operator

Divides an instance of Area by a double-precision value.

Definition

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

Parameters

left  Area
The Area to divide.
right  Double
The value to divide the Area by.

Return Value

Area
A new Area instance equal in value to the Area instance divided by the value.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also