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