.NET/Link API Version 1.7 USE FRAMES

Expr.ComplexQ Method 

Tells whether the Expr represents a Mathematica Complex number.

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

Return Value

true, if the Expr is a Complex number; false otherwise.

Remarks

Works like the following test in Mathematica: Head[e] === Complex.

See Also

Expr Class | Wolfram.NETLink Namespace