Click or drag to resize

AreaMultiply(Area, Int32) Operator

Multiplies two values together to compute their product.

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

Parameters

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

Return Value

Area
The product of left divided by right.

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)
See Also