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