AreaMultiply(Area, Double) Operator

Multiplies two values together to compute their product.

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 value which right multiplies.
right  Double
The value which multiplies left.

Return Value

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

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)

See Also