Statistica Visual Basic Library of Matrix Functions - MatrixLogicalNot (Matrix1, MatrixResult)
Parameter | Description |
Matrix1 | name of data matrix (see Arrays in functions) |
MatrixResult | destination matrix (see Arrays in functions) |
The MatrixLogicalNot function will perform a logical negation of each element of Matrix1 (see also Arrays in functions). Each element in MatrixResult will contain a 0 if the corresponding elements of Matrix1 are true (i.e., greater than 0), and a 1 otherwise.
- Related topics
- MatrixLogicalAnd, MatrixLogicalOr. For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.