Click or drag to resize

SpeedUnaryNegation 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 Speed operator -(
	Speed value
)

Parameters

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

Return Value

Speed
The unary negation of value.

Implements

IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)
See Also