ExprAtomQ Method

Tells whether the Expr represents a Wolfram Language atom. Works like the Wolfram Language function AtomQ.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool AtomQ()

Return Value

Boolean
true, if the Expr is an atom; false otherwise.

Remarks

Like Wolfram Language's AtomQ, this returns true if the Expr has head Rational or Complex.

See Also