Gets the integer value from the Atom if it is a NumAtom.
[C#] static int GetInt(Atom atom)
static int GetInt(Atom atom)
Get the integer value from the supplied Atom if it is a NumAtom.
If the atom is not a NumAtom or if it is null then zero will be returned.
None.