Instance.PropertyArray.indexOfLong()

Signature

int indexOfLong(PropertyArrayLong arr, long value)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the index in the PropertyArrayLong of the first occurrence of the specified long value, or -1 if the PropertyArrayLong does not contain this long value.

Parameters

NameTypeDescription
arrPropertyArrayLongThe PropertyArrayLong for searching.
valuelongThe specified long value to search for.

Returns

TypeDescription
intThe index of value in the given PropertyArrayLong.

Cautions

none