Purpose
Logical inversion
Synopsis
NOT(value)
Argument
|
value
|
One of the following: a constant; a variable; a formula evaluating to
a single value; or an XV with only one item
|
Return value
0 ("false") if value1 is not equal to zero within tolerance;
1 ("true") if value1 is equal to zero within tolerance.
Example
Given the following matrix items:
Column: A
Column: B
XV : XVA: A
XV : XVB: = = = B ^ 2
then the following are all valid uses of the function:
NOT(99)
NOT(B)
NOT(XVB)
NOT(EQ(XVA,XVB)+EQ(A,B))
NOT(A-99)
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.