TemperatureMultiply Method

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

Definition

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

Parameters

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

Return Value

Temperature
A new Temperature instance equal in value to the Temperature instance multiplied by the value.

See Also