ExprNumberQ Method
Tells whether the Expr represents a Wolfram Language number (real, integer, rational, or complex).
Works like the Wolfram Language function NumberQ.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Public Function NumberQ As Boolean
member NumberQ : unit -> bool
Return Value
Booleantrue, if the Expr is a number type; false otherwise.