|
ISDOUBLEDetermines whether its argument is a variable of IDL type double, scalar or array. SyntaxResult = ISDOUBLE(Variable)Return ValueReturns a byte value set to 1 if the variable is double, 0 otherwise.Returns 1 if the variable is a double array. ArgumentsVariableThe name of the variable to be tested.KeywordsNone. |