isDictionary
|
The isDictionary Function returns true if the argument {arg} is a Dictionary;
otherwise, false is returned.
Usage The isDictionary function is used to query an object to see if it is of type
Dictionary. An alternate method would be to use the isType function using the Type
argument as type Dictionary.
(isDictionary arg) Returns true if arg is a Dictionary.
Returns false if arg is not a Dictionary
Expression:
Arguments
Name
Type
Description Argument: arg Character, String, Symbol, Vector, BitVector, ByteVector, IntVector,
FltVector, ObjVector, Structure, Dictionary, Directory,
Matrix, NumMatrix, Integer, Float, Number, Complex
An Analytic Information Server object
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Character | String | Symbol | Vector |
BitVector | ByteVector | IntVector | FltVector |
ObjVector | Structure | Dictionary | Directory |
Matrix | NumMatrix | Integer | Float |
Number | Complex |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|