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