Instance.PropertyArray.toArrayInt()

Signature

int[] toArrayInt(PropertyArray arr)

Domain

ACTION, CONDITION, QUERY

Description

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

Parameters

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

Returns

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

Cautions

none