Click or drag to resize

LengthNegate Method

Negates the value of the specified Length operand.

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

Parameters

value  Length
The Length to negate.

Return Value

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