a
(float, default: 0): The first number to compare.b
(float, default: 0): The second number to compare.result
(boolean): True if a
is less than b
, false otherwise.a
input to the first floating-point number you want to compare.b
input to the second floating-point number you want to compare.result
output will emit a boolean value indicating whether a
is less than b
.result
output will be true, and the spell can take appropriate action based on the Decision Node’s configuration.