./
is_integer.pro
Routines
result = is_integer(data)This function tests whether a variable's data type is one of the integers (byte, short, long, etc).
test
Routine details
topis_integer
result = is_integer(data)
This function tests whether a variable's data type is one of the integers (byte, short, long, etc).
Return value
1 if data is some kind of integer scalar or array
Parameters
- data in required
A variable
toptest
test
File attributes
| Modifcation date: | Mon Aug 16 20:46:49 2010 |
| Lines: | 38 |
![[attach.png]](idldoc-resources/attach.png)