.NET/Link API Version 1.7 USE FRAMES

Expr.RealQ Method 

Tells whether the Expr represents a Mathematica Real number.

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

Return Value

true, if the Expr is a non-integer real number; false otherwise.

Remarks

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

See Also

Expr Class | Wolfram.NETLink Namespace