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