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