(--
('
('
c
The < Function:
Less
Than
CD
Monadic (One-Argument) Form
There
is
no monadic form.
Dyadic (Two-Argument) Form:
Less
Than A < B
The
less
than
function result
is
1 when argument A
is
less
than
argument
8;
other-
wise
the
result
is
O.
The arguments can be numeric scalars, vectors,
or
other
arrays.
The arguments must be
the
same shape, unless one
of
the
arguments
is
a scalar
or
any single-element array. Arguments
of
the
same shape have
the
same shape result:
:L
.65<2
1
:I.
:I.
0-::
-'+
.
'+
o
:I
.•
12~5<:I
.•
:1.23
o
5.1
o 1 0
If
one
argument
is
a scalar
or
a single-element array,
the
shape
of
the
result
is
the
same
as
that
of
the
other
argument. The single element
is
applied
to
every
element
of
the
multielement array:
f.u"2
3p:L
~!
~'5
'+
5 6
B
1
I")
-:"
3
l~
c'
..J 6
~5<B
0
()
0
:L
1
:L
B<3
:L
l.
0
()
0
0
Note:
The
result
of
the
< function depends
on
the
OCT system variable (see
Chapter 5 for information
on
the
OCT system variable).
69