Click or drag to resize

AreaAddition(Area, Area) 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 Area operator +(
	Area left,
	Area right
)

Parameters

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

Return Value

Area
A new Area instance equal in value to the two provided instances added together, denominated in the units, and with the accuracy and precision, of left.

Implements

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