Click or drag to resize

TemperatureUnaryNegation Operator

Computes the unary negation of a value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Temperature operator -(
	Temperature value
)

Parameters

value  Temperature
The value for which to compute the unary negation.

Return Value

Temperature
The unary negation of value.

Implements

IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)
See Also