Check Minimum Threshold
0x484428507A212cA56D71baa27Ca6089a6dB63a88

What this does

This plug tests a value against a minimum and surfaces the result as a boolean. It asks the caller for value, the figure to measure, and minimum_definition, the floor it is compared against. It returns true through the meets_minimum output when the value sits at or above minimum_definition and false otherwise. Evaluating this by hand or against a stale minimum risks passing a value that no longer clears the intended floor.

Actions · 3

  • Compare two values
    Is
    Compares two values with a chosen operator and returns a boolean.
  • Set
    Set to
    Assigns a value to a named variable that later steps reference.
  • Bubble
    Bubble
    Surfaces a value as an output of this plug.

Related plugs · 8