Click or drag to resize

SpeedNegate Method

Negates the value of the specified Speed operand.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Speed Negate(
	Speed value
)

Parameters

value  Speed
The Speed to negate.

Return Value

Speed
A new Speed instance equal to the first instance multiplied by -1.
See Also