AreaMultiply(Area, Int32) Operator

Multiplies two values together to compute their product.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.3.9666.0
C#
public static Area operator *(
	Area left,
	int right
)

Parameters

left  Area
The value that right multiplies.
right  Int32
The value that multiplies left.

Return Value

Area
The product of left multiplied by right.

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)

See Also