.NET/Link API Version 1.7 USE FRAMES

Expr.AtomQ Method 

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

[Visual Basic]
Public Function AtomQ() As Boolean
[C#]
public bool AtomQ();

Return Value

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

Remarks

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

See Also

Expr Class | Wolfram.NETLink Namespace