MassNegate Method

Negates the value of the specified Mass operand.

Definition

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

Parameters

value  Mass
The Mass to negate.

Return Value

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

See Also