Instance.PropertyArray.toArrayDouble()

Signature

double[] toArrayDouble(PropertyArray arr)

Domain

ACTION, CONDITION, QUERY

Description

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

Parameters

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

Returns

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

Cautions

none