VolumeNegate Method

Negates the value of the specified Volume operand.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Volume Negate(
	Volume value
)

Parameters

value  Volume
The Volume to negate.

Return Value

Volume
A new Volume instance equal to the first instance multiplied by -1.

See Also