Operator operator -
operator -(StatValue, StatValue)
Subtract StatValue from another StatValue.
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 subtracting a StatValue from another StatValue. |
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If StatValue is of invalid or unhandled type. |