LengthUnaryNegation 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 Length operator -(
	Length value
)

Parameters

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

Return Value

Length
The unary negation of value.

Implements

IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)

See Also