Length.Calculated.Addition
Addition(Length.Calculated, Length.Calculated)
Addition operator.
Declaration
public static Length.Calculated operator +(Length.Calculated lhs, Length.Calculated rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| Length.Calculated | lhs | Left hand side. |
| Length.Calculated | rhs | Right hand side. |
Returns
| Type | Description |
|---|---|
| Length.Calculated | A new Length.Calculated, |