Click or drag to resize

PressureNegate Method

Negates the value of the specified Pressure operand.

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

Parameters

value  Pressure
The Pressure to negate.

Return Value

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