Example BitVector isInside 008

 

 

Description

These examples check if the value is a member of the Vectors using the isInside function.

 

Details

0 is not contained the Vector.

(isInside 0 #(bit| 1 1 1 1 1 )) Returns: false

1 is contained in the Vector.

(isInside 1 #(bit| 1 1 1 1 1 )) Returns: true

 

Related Examples

Here are examples of the isInside function at work.

BitVector isInside 008 Dictionary isInside 002 Directory isInside 003 IntVector isInside 005
List isInside 010 Matrix isInside 005 NumMatrix isInside 011 NumVector isInside 006
ObjVector isInside 007 Pair isInside 009 Pair isMember 008 ShortVector isInside 006
Structure isInside 001 Vector isInside 004

 

Function Links

Here is the link to the current function used in this example.

isInside

Here are a number of links to other related functions.

compareEQ(BitVector) comparison(BitVector) isEqual(BitVector) isIdentical(BitVector)
member(BitVector) isMember(BitVector) inside(BitVector)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

BitVectorIntegerBoolean

Here are a number of links to examples having similar argument types.

BitVector isInside 008

How do I contact the AIS Server team?

You can always talk with the AIS at aiserver.sourceforge.net.