TemperatureNegate Method

Negates the value of the specified Temperature operand.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Temperature Negate(
	Temperature value
)

Parameters

value  Temperature
The Temperature to negate.

Return Value

Temperature
A new Temperature instance equal to the first instance multiplied by -1.

See Also