Click or drag to resize

LengthMultiply Method

Multiplies an instance of Length by a double-precision value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Length Multiply(
	Length left,
	double right
)

Parameters

left  Length
The Length to multiply.
right  Double
The value to multiply the Length by.

Return Value

Length
A new Length instance equal in value to the Length instance multiplied by the value.
See Also