Attempts to convert a DictAtom into a Dictionary of doubles, resolving any references as necessary.
[C#] virtual Dictionary<string, double> ToDoubleDictionary(Atom atom, double def)
virtual Dictionary<string, double> ToDoubleDictionary(Atom atom, double def)
If the atom does not resolve to an DictAtom, then the return value will be null.
None.