Operator operator +
operator +(StatValue, StatValue)
Add 2 StatValues together.
Declaration
public static StatValue operator +(StatValue a, StatValue b)
Parameters
| Type | Name | Description |
|---|---|---|
| StatValue | a | lhs. |
| StatValue | b | rhs. |
Returns
| Type | Description |
|---|---|
| StatValue | StatValue based upon the addition of both StatValues. |
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If StatValue is of invalid or unhandled type. |