Click or drag to resize

TimeNegate Method

Negates the value of the specified Time operand.

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

Parameters

value  Time
The Time to negate.

Return Value

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