Click or drag to resize

AreaMultiply Method

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

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

Parameters

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

Return Value

Area
A new Area instance equal in value to the Area instance multiplied by the value.
See Also