Main Content
le, <=
Determine whether real-world value of one array is less than or equal to another
Description
A <= B
returns a logical array with elements set to logical
1
(true
) where the real-world values of
A
is less than or equal to B
, when
A
or B
is a fi
object. Otherwise, the element is logical 0
(false
). The test compares only the real part of numeric arrays.
In relational operations comparing a floating-point value to a fixed-point value, the
floating-point value is cast to a fixed-point type that preserves the relative
order of the value with respect to the value in the fixed-point
fi
object.