AreaMultiply Method
Multiplies 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 Multiply(
Area left,
double right
)
- left Area
- The Area to multiply.
- right Double
- The value to multiply the Area by.
AreaA new
Area instance equal in value to the
Area
instance multiplied by the value.