a
(float, default: 0): The first number to compare.b
(float, default: 0): The second number to compare.result
(boolean): True if a
is greater than b
, false otherwise.a
input.b
input.result
output will emit a boolean value indicating whether a
is greater than b
.