Documentation for /Users/balarsen/Documents/idl/larsen/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

./

is_double.pro

topis_double

result = is_double(in)

return 1 if the input is of type double, 0 otherwise

Return value

1 - the input was a douple, 0 - otherwise

Parameters

in in required

variable to test type

Examples

IDL> print, is_double(10.) 0 IDL> print, is_double(10.d) 1

Author information

History:

Sun Jun 22 20:04:27 2008, Brian Larsen written and tested

Statistics

Lines: 4
McCabe complexity:

File attributes

Modifcation date: Tue Sep 9 13:58:12 2008
Lines: 35