Click or drag to resize

TemperatureAddition(Temperature, Int32) Operator

Adds two values together to compute their sum.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Temperature operator +(
	Temperature left,
	int right
)

Parameters

left  Temperature
The value to which right is added.
right  Int32
The value which is added to left.

Return Value

Temperature
The sum of left and right.

Implements

IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)
See Also