indexOf
indexOf(Portion item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | Portion | The object to locate in the List. |
Result
int
indexOf(MathPortion item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | MathPortion | The object to locate in the List. |
Result
int