AreaDivide Method
Divides an instance of
Area by a double-precision value.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static Area Divide(
Area a,
double divisor
)
- a Area
- The Area to divide.
- divisor Double
- The value to divide the Area by.
AreaA new
Area instance equal in value to the
Area
instance divided by the value.