Manuals/calci/UNITLT

From ZCubes Wiki
Revision as of 20:37, 4 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''UNITLT (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any two real numbers. ==Description== *This function is the test for strictly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UNITLT (A,B)


  • and are any two real numbers.

Description

  • This function is the test for strictly less than for the given numbers.
  • In , and are any two real numbers.
  • If A is strictly less than B then will return the result as TRUE.
  • If A is equal to or not strictly less than B then will return the result as FALSE.

Examples

  1. UNITLT(2,12) = true
  2. UNITLT(222,48) = false
  3. UNITLT(-90,-49) = true
  4. UNITLT(1.25,1.25) = false

See Also

References

Less Than