ExprComplexQ Method
Tells whether the Expr represents a Wolfram Language Complex number.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Public Function ComplexQ As Boolean
member ComplexQ : unit -> bool
Return Value
Booleantrue, if the Expr is a Complex number; false otherwise.
Works like the following test in the Wolfram Language: Head[e] === Complex.