Attempts to convert an ArrayAtom into an array of doubles, resolving any references as necessary.
[C#] virtual double[] ToDoubleArray(Atom atom, double def) [Visual Basic] Overridable Function ToDoubleArray(atom As Atom, def As double) As Double[]
virtual double[] ToDoubleArray(Atom atom, double def)
Overridable Function ToDoubleArray(atom As Atom, def As double) As Double[]
If the atom does not resolve to an ArrayAtom, then the return value will be null.