DADiSP Worksheet Functions > Function Categories > Binary Series > Binary Series

 

Binary Series

 

&& || !

Logical Operators

< <= > >= == !=

Conditional Operators

AND &&

Logical AND

DELETE

Eliminate points based on condition

EQUAL

Determine if two expressions are equal

FIND

Find indices of non-zero elements

FLIPFLOP

Combine binary series inputs

GREATER

Determine if one expression is greater than another

GREATEREQUAL

Determine if one expression is greater than or equal to another

LESSER

Determine if one expression is less than another

LESSEREQUAL

Determine if one expression is less than or equal to another

NOT !

Logical NOT

NOTEQUAL

Determine if two expressions are not equal

OR

Logical OR

REPLACE

Replace values in a series based on a condition

XOR

Logical XOR