Less than or equal to

Reference documentation for using the Less than or equal to expression

Written By Ben Lehmann

Last updated 9 months ago

Purpose

Test whether a value or evaluated expression is less than or equal to another

Parameters

Two number values

Returns

Boolean

Description

Test numbers using the less than or equal to inequality. If the left number is less than or equal to the right number, the expression returns TRUE.

Comments

Only number types can be tested with inequalities. Using non-number types will produce an error.


v3.0