Instance.PropertyArray.toArrayLong()

Signature

long[] toArrayLong(PropertyArray arr)

Domain

ACTION, CONDITION, QUERY

Description

Returns a long[] containing all of the values in a PropertyArray in the correct order

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray of type double, int, or long.

Returns

TypeDescription
long[]A long array. Returns null if pass in Array type can't be casted to long.

Cautions

none