Statistica Visual Basic Library of
Matrix Functions - MatrixIsLessEqual (Matrix1, Matrix2, MatrixResult)
The MatrixIsLessEqual function
will compare each element of Matrix1
and Matrix2 (see also Arrays
in functions). Each element in MatrixResult
will contain a 1 if the corresponding element of Matrix1
is equal to or less than that of Matrix2,
and a 0 otherwise.
Related topics. MatrixIsEqual,
MatrixIsGreater,
MatrixIsGreaterEqual,
MatrixIsLess,
MatrixIsNotEqual.
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.