ExprComplexQ Method

Tells whether the Expr represents a Wolfram Language Complex number.

Definition

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

Return Value

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

Remarks

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

See Also