Click or drag to resize

PressureUnaryNegation 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 Pressure operator -(
	Pressure value
)

Parameters

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

Return Value

Pressure
The unary negation of value.

Implements

IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)
See Also