.NET/Link API Version 1.7 USE FRAMES

Expr.IntegerQ Method 

Tells whether the Expr represents a Mathematica integer. Works like the Mathematica function IntegerQ.

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

Return Value

true, if the Expr is an integer; false otherwise.

See Also

Expr Class | Wolfram.NETLink Namespace