Greater?

Compares two values and returns True only if the first value is greater than the second value.

This node can also 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.

1378

Inputs/Outputs

datatype_icon

x

First value to compare. x must be either the same type as y or composed of the same type as y.

datatype_icon

y

Second value to compare. y must be either the same type as x or composed of the same type as x.

datatype_icon

x > y?

Boolean result of the operation.

When you compare two arrays, x > y? is a scalar in Compare Aggregates mode and a Boolean array in Compare Elements mode (default).

Behavior with Array Inputs

Compare Aggregates Compare Aggregates