Greater? Function

Owning Palette: Comparison Functions

Requires: Base Development System

Returns TRUE if x is greater than y. Otherwise, this function returns FALSE. You can change the comparison mode of this function.

You can compare an array or cluster of a data type to a scalar of the same data type and produce an array or cluster of Boolean values. The connector pane displays the default data types for this polymorphic function.

 Add to the block diagram  Find on the palette
x and y must be of the same type.
x > y? returns the Boolean result of the operation. When you compare arrays, x > y? is a scalar in Compare Aggregates mode and a Boolean array in Compare Elements mode (default).