capturegraph.procedures.nodes.automatic.operators.number
#
NumberLessThan
#
Comparison operator that checks if left number is less than right number.
Performs numerical comparison and returns true if the left operand is strictly less than the right operand.
Attributes:
| Name | Type | Description |
|---|---|---|
left |
Procedure[PNumber]
|
The left numeric operand |
right |
Procedure[PNumber]
|
The right numeric operand |