User Tools

Site Tools


This is an old revision of the document!


Compare

Brickyard : Functions > Mathematical

Unlike Mix or Binary Operation, this brick doesn't combine two values, but compares the two to see if they are the same, if one is greater or less than the other, etc., and returns true or false. Very useful with the If Else brick.

Snapshot

Parameters

Outputs

  • Comparison Result : Float - Description…

Inputs

  • Left : Float - Description…
  • Right : Float - Description…

Settings

  • Operation :
    • Greater Than :
    • Greater Than Or Equal :
    • Less Than :
    • Less Than Or Equal :
    • Equal :
    • Not Equal :

Examples

  • In this example, …
    Example 1