AreaDivide Method

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 Divide(
	Area a,
	double divisor
)

Parameters

a  Area
The Area to divide.
divisor  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.

See Also