Math

Check if a value is less than or equals another using A≤B block

Check if a value is less than or equals another

The A≤B block checks if one value is less than or equals another.

Example A:

library-math-lesserthanorequals-example-1

Input A with value 5 and input B with value 10 is evaluated as true because value A is less than value B.

Example B:

library-math-lesserthanorequals-example-2

Input A with value 10 and input B with value 10 is evaluated as true because value A is less than or equals value B.

Result:

True if value A is less than or equals value B. If value A is greater than value B, false is evaluated.

Tips and best practices:

All mathematical blocks can calculate floating-point numbers. The separator is a dot, not a comma. Example: 1.5 ≤ 1.5

Library:

Math

Similar posts

Subscribe to our newsletter

Stay up to date on upcoming news and topics of creating web apps without code.