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