insert

insert(int index, MathPortion value) method

Inserts a Portion into the collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which Portion should be inserted.
valueMathPortionThe Portion to insert.

Returns

void


insert(int index, Portion value) method

Inserts a Portion into the collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which Portion should be inserted.
valuePortionThe Portion to insert.

Returns

void