VolumeUnaryNegation Operator

Computes the unary negation of a value.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Volume operator -(
	Volume value
)

Parameters

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

Return Value

Volume
The unary negation of value.

Implements

IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)

See Also