PressureAddition(Pressure, Pressure) Operator

Adds two values together to compute their sum.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Pressure operator +(
	Pressure left,
	Pressure right
)

Parameters

left  Pressure
The value to which right is added.
right  Pressure
The value which is added to left.

Return Value

Pressure
The sum of left and right.

Implements

IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)

See Also