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