insert
insert(int index, MathPortion value) method
Inserts a Portion into the collection at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which Portion should be inserted. |
| value | MathPortion | The Portion to insert. |
Returns
void
insert(int index, Portion value) method
Inserts a Portion into the collection at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which Portion should be inserted. |
| value | Portion | The Portion to insert. |
Returns
void