GTE Operation

How to use the GTE operation for Computed Attributes

Definition

The GTE operation identifies if a value is greater than or equal to another value.

Example

GTE(10, 10)

Result:
true

Syntax Guide

GTE(value1, value2)

value1 - The value to test as being greater than or equal to value2

value2 - The second value