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) [Visual Basic] Overridable Function ToDoubleDictionary(atom As Atom, def As double) As Dictionary<string, Double>
virtual Dictionary<string, double> ToDoubleDictionary(Atom atom, double def)
Overridable Function ToDoubleDictionary(atom As Atom, def As double) As Dictionary<string, Double>
If the atom does not resolve to an DictAtom, then the return value will be null.