TimeMultiply(Time, Int32) 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 Time operator *(
	Time left,
	int right
)

Parameters

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

Return Value

Time
The product of left multiplied by right.

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)

See Also