int indexOfInt(PropertyArrayInt arr, int value)int indexOfInt(PropertyArrayInt arr, int value)| Name | Type | Description |
|---|---|---|
arr | PropertyArrayInt | The PropertyArrayInt for searching. |
value | int | The specified int value to search for. |
| Type | Description |
|---|---|
int | The index of value in the given PropertyArrayInt. |