add
add(MathPortion value) method
Adds a Portion to the end of collection.
Parameters
Name | Type | Description |
---|---|---|
value | MathPortion | The Portion to be added to the end of the collection. |
Returns
void
add(Portion value) method
Adds a Portion to the end of collection.
Parameters
Name | Type | Description |
---|---|---|
value | Portion | The Portion to be added to the end of the collection. |
Returns
void