ExprAtomQ Method
Tells whether the Expr represents a Wolfram Language atom. Works like the Wolfram Language function AtomQ.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Public Function AtomQ As Boolean
member AtomQ : unit -> bool
Return Value
Booleantrue, if the Expr is an atom; false otherwise.
Like Wolfram Language's AtomQ, this returns true if the Expr has head Rational or Complex.