Click or drag to resize

LengthMultiply(Length, Double) 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 Length operator *(
	Length left,
	double right
)

Parameters

left  Length
The value which right multiplies.
right  Double
The value which multiplies left.

Return Value

Length
The product of left divided by right.

Implements

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