isInside
|
The isInside function determines whether or not the specified
{obj} is a member of the {target} Vector. If the {obj}
is found, true is returned. If the {obj}
is not found, false is returned. The isInside function uses the
isIdentical predicate. The isInside function determines whether or not the specified
{key} is a member of the {target} Structure. If the {key} is found, true is returned.
If {key} is not found, false is returned. The isInside
function uses the isIdentical predicate. The isInside function determines whether or not the specified
{key} is a member of the {target} Dictionary. If the {key} is found, true is returned.
If {key} is not found, false is returned. The isInside
function uses the isIdentical predicate. The isInside function determines whether or not the specified
{key} is a member of the {target} Directory. If the {key} is found, true is returned.
If {key} is not found, false is returned. The isInside
function uses the isIdentical predicate. The isInside function determines whether or not the specified
{obj} is a member of the {target} Matrix. If the {obj}
is found, true is returned. If the {obj}
is not found, false is returned. The isInside function uses the
isIdentical predicate. The isInside function determines whether or not the specified
{obj} is a member of the {target} NumMatrix. If the {obj}
is found, true is returned. If the {obj}
is not found, false is returned. The isInside function uses the
isIdentical predicate. The isInside function determines whether or not the specified
{obj} is a member of the {target} Pair or List. If the {obj}
is found, true is returned. If the {obj}
is not found, false is returned. The isInside function uses the
isIdentical predicate. Usage The isInside function is used to determine if an object is in a specified
Vector or any of its subtypes. It returns a Boolean value true if found in the Vector or false
if not found. If the desired information is the index where the match was found,
then the inside function should be used instead.
The isInside function is used to determine if a symbolic key is in a
specified Structure. It returns a Boolean value true if found in the structure or
false if not found. If the desired information is the index of the symbolic key,
then the inside function should be used instead
The isInside function is used to determine if a symbolic key is in a
specified Dictionary. It returns a Boolean value true if found in the structure or
false if not found. If the desired information is the index of the symbolic key,
then the inside function should be used instead
The isInside function is used to determine if a symbolic key is in a
specified Directory. It returns a Boolean value true if found in the structure or
false if not found. If the desired information is the index of the symbolic key,
then the inside function should be used instead
Note: Returns an error message if the Matrix is not of rank one. The isInside function is used to determine if an object is in a specified
Matrix. It returns a Boolean value true if found in the Matrix or false
if not found. If the desired information is the index where the match was found,
then the inside function should be used instead.
Note: Returns an error message if the NumMatrix is not of rank one. The isInside function is used to determine if an object is in a specified
NumMatrix. It returns a Boolean value true if found in the Matrix or false
if not found. If the desired information is the index where the match was found,
then the inside function should be used instead.
The isInside function is used to determine if an object is in a specified
Pair. It returns a Boolean value true if found in the Pair or List or false
if not found. If the desired information is the index where the match was found,
then the inside function should be used instead.
Structure
Dictionary
Directory
Matrix
NumMatrix
Pair
Structure
Dictionary
Directory
Matrix
NumMatrix
Pair
(isInside obj vector) Returns true if the object was found. Returns false if the object was not found.
(isInside key obj) Returns true if the key was found. Returns false if the key was not found.
(isInside key obj) Returns true if the key was found. Returns false if the key was not found.
(isInside key obj) Returns true if the key was found. Returns false if the key was not found.
(isInside obj matrix) Returns true if the object was found. Returns false if the object was not found.
(isInside obj nummatrix) Returns true if the object was found. Returns false if the object was not found.
(isInside obj pair) Returns true if the object was found. Returns false if the object was not found.
(isInside obj list) Returns true if the object was found. Returns false if the object was not found.
Expression:
Arguments
Name
Type
Description Argument: obj Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory
Matrix NumMatrix Integer Float Number Complex
The search object. Argument: vector Vector ShortVector IntVector NumVector ObjVector BitVector
The target Vector.
Returns:
Expression:
Arguments
Name
Type
Description Argument: key Symbol
The key to search for (it must be a symbol). Argument: obj Structure
The target object.
Returns:
Expression:
Arguments
Name
Type
Description Argument: key Symbol
The key to search for (it must be a symbol). Argument: obj Dictionary
The target object.
Returns:
Expression:
Arguments
Name
Type
Description Argument: key Symbol
The key to search for (it must be a symbol). Argument: obj Directory
The target object.
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory
Matrix NumMatrix Integer Float Number Complex
The search object. Argument: matrix Matrix
The target Matrix.
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory
Matrix NumMatrix Integer Float Number Complex
The search object. Argument: nummatrix NumMatrix
The target NumMatrix.
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory
Matrix NumMatrix Integer Float Number Complex
The search object. Argument: pair Pair
The target Pair.
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory
Matrix NumMatrix Integer Float Number Complex
The search object. Argument: list List
The target List.
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.
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|