int[] toArrayInt(PropertyArray arr)
int[] toArrayInt(PropertyArray arr)
Name | Type | Description |
---|---|---|
arr | PropertyArray | A PropertyArray of type double, int, or long. |
Type | Description |
---|---|
int[] | A int array. Returns null if pass in Array type can't be casted to int. |