Create an ArrayAtom of NumAtoms from a list of numbers.
[C#] static ArrayAtom FromNums(IList<double> items)
static ArrayAtom FromNums(IList<double> items)
If the provided list is null then the return value will be null.
None.