Construct a NumAtom.
[C#] NumAtom() NumAtom(int num) NumAtom(long num) NumAtom(double real) [Visual Basic] Sub New() Sub New(num As Integer) NumAtom(num As long) Sub New(real As Double)
NumAtom() NumAtom(int num) NumAtom(long num) NumAtom(double real)
Sub New() Sub New(num As Integer) NumAtom(num As long) Sub New(real As Double)
Create a NumAtom.
If a value is not specified the default of zero will be used.
None.