# Relational Operators Section

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-d4f463e5bc066899f826cfab2c4a1b3b7712758a%2Frelational.png?alt=media)

## Relational Operator Section

Relational operator nodes exist for three types of variable nodes:

**1.** **Integer relational operators.**

**2.** **Double relational operators.**

**3.** **Duration relational operators.**

## Integer Relational Operator Sub-Section

In this sub-section, nodes facilitating relational comparison between integer numbers are presented.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-b086cdd714bd31f741245248eaf33a550173a7ca%2Frelational-int.png?alt=media)

### Int | Greater than

This node compares two integer numbers and returns true if the first number (A) is greater than the second number (B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-e18fcfa34f17f606b1ac5392ba6db49c7451b5cb%2FInt-greaterthan.png?alt=media)

#### Components of Greater than

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first integer number (A).             |
| **B**               | Input node providing the second integer number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A > B**           | Output node providing the result of the comparison in Boolean. |

### Int | Greater than or Equal To

This node performs a greater than or equal to comparison between two integer numbers (A & B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-e4bf291f5359b98376bc9338c1c59d3071c03290%2Fint-greaterthan-equalto.png?alt=media)

#### Components of Greater than or Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first integer number (A).             |
| **B**               | Input node providing the second integer number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A >= B**          | Output node providing the result of the comparison in Boolean. |

### Int | Less than

This node compares two integer numbers and returns true if the first number (A) is less than the second number (B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-1d451bac43534d059e7fceeb599a07d9ef44d9e6%2Fint-lessthan.png?alt=media)

#### Components of Less Than

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first integer number (A).             |
| **B**               | Input node providing the second integer number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A < B**           | Output node providing the result of the comparison in Boolean. |

### Int | Less than or Equal To

This node performs a less than or equal to comparison between two integer numbers (A & B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-cefd18f9df2501cdbdc5e76e8da620cdcdc898ee%2Fint-lessthan-equalto.png?alt=media)

#### Components of Less than or Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first integer number (A).             |
| **B**               | Input node providing the second integer number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A <= B**          | Output node providing the result of the comparison in Boolean. |

### Int | Is Equal To

This node checks whether two integer numbers (A & B) are equal.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-e8fdb48693a2d10ccc2da5267a679218f7fd89ca%2Fint-isequalto.png?alt=media)

#### Components of Is Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first integer number (A).             |
| **B**               | Input node providing the second integer number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A == B**          | Output node providing the result of the comparison in Boolean. |

### Int | Not Equal To

This node checks whether two integer numbers (A & B) are not equal.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-cadd974e5ca3ec99990fcd15207af94b8ae4a8ca%2Fint-notequalto.png?alt=media)

#### Components of Not Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first integer number (A).             |
| **B**               | Input node providing the second integer number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A != B**          | Output node providing the result of the comparison in Boolean. |

## Double Relational Operator Sub-Section

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-99a5c9342ac33c6e751ca224bc87badb044c3ca8%2Frelational-double.png?alt=media)

### Double | Greater than

This node compares two decimal numbers and returns true if the first number (A) is greater than the second number (B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-49ded41b911dce7824594c9eaded9658d2584a95%2Fdouble-greaterthan.png?alt=media)

#### Components of Greater than

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first decimal number (A).             |
| **B**               | Input node providing the second decimal number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A > B**           | Output node providing the result of the comparison in Boolean. |

### Double | Greater than or Equal To

This node performs a greater than or equal to comparison between two decimal numbers (A & B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-0860d2bd91a0f8e86ba434a632e2f34317b2ae26%2Fdouble-greaterthan-equalto.png?alt=media)

#### Components of Greater than or Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first decimal number (A).             |
| **B**               | Input node providing the second decimal number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A >= B**          | Output node providing the result of the comparison in Boolean. |

### Double | Less than

This node compares two decimal numbers and returns true if the first number (A) is less than the second number (B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-e5716977d406804522614b6f93bbf842fdc6a885%2Fdouble-less-than.png?alt=media)

#### Components of Less Than

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first decimal number (A).             |
| **B**               | Input node providing the second decimal number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A < B**           | Output node providing the result of the comparison in Boolean. |

### Double | Less than or Equal To

This node performs a less than or equal to comparison between two decimal numbers (A & B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-e891cd93bd9cba56eef22ab8259a0919949cd7a0%2Fdouble-lessthan-equalto.png?alt=media)

#### Components of Less than or Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first decimal number (A).             |
| **B**               | Input node providing the second decimal number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A <= B**          | Output node providing the result of the comparison in Boolean. |

### Double | Is Equal To

This node checks whether two decimal numbers (A & B) are equal.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-6feef75229f6cf7847a2e0bd43e9a4f3453d4ca1%2Fdouble-equalto.png?alt=media)

#### Components of Is Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first decimal number (A).             |
| **B**               | Input node providing the second decimal number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A == B**          | Output node providing the result of the comparison in Boolean. |

### Double | Not Equal To

This node checks whether two decimal numbers (A & B) are not equal.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-815375c24d4f403d3ccfbafdc1c539db19a0dcda%2Fdouble-notequalto.png?alt=media)

#### Components of Not Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first decimal number (A).             |
| **B**               | Input node providing the second decimal number (B).            |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A != B**          | Output node providing the result of the comparison in Boolean. |

## Duration Relational Operator Sub-Section

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-4fc983f9901770151dc59b87a13e3c4bf2d24050%2Frelational-duration.png?alt=media)

### Duration | Greater than

This node compares two durations and returns true if the first duration (A) is greater than the second duration (B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-613b9113e49de0eb50a709df378b772563e4229b%2Fduration-greater-than.png?alt=media)

#### Components of Greater than

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first duration (A)                    |
| **B**               | Input node providing the second duration (B).                  |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A > B**           | Output node providing the result of the comparison in Boolean. |

### Duration | Greater than or Equal To

This node performs a greater than or equal to comparison between two durations (A & B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-2031ceec3ec75b76bd745bbab6429ab2e65e2f9b%2Fduration-greater-than-equal-to.png?alt=media)

#### Components of Greater than or Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first duration (A)                    |
| **B**               | Input node providing the second duration (B).                  |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A >= B**          | Output node providing the result of the comparison in Boolean. |

### Duration | Less than

This node compares two durations and returns true if the first duration (A) is less than the second duration (B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-37a65798080d99233fb3c4cd029fdbdf1c563a29%2Fduration-less-than.png?alt=media)

#### Components of Less Than

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first duration (A)                    |
| **B**               | Input node providing the second duration (B).                  |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A < B**           | Output node providing the result of the comparison in Boolean. |

### Duration | Less than or Equal To

This node performs a less than or equal to comparison between two durations (A & B).

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-8886bc224bc9ce17018ffca8a44da808999fbe2e%2Fduration-lessthan-equalto.png?alt=media)

#### Components of Less than or Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first duration (A)                    |
| **B**               | Input node providing the second duration (B).                  |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A <= B**          | Output node providing the result of the comparison in Boolean. |

### Duration | Is Equal To

This node checks whether two durations (A & B) are equal.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-1d318c3848fb23e50231ea268013310e9dcc41b8%2Fduration-isequal-to.png?alt=media)

#### Components of Is Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first duration (A)                    |
| **B**               | Input node providing the second duration (B).                  |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A == B**          | Output node providing the result of the comparison in Boolean. |

### Duration | Not Equal To

This node checks whether two durations (A & B) are not equal.

![](https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2Fgit-blob-b18d180fcad7fdc30957b42d096e751c1e855b93%2Fduration-not-equalto.png?alt=media)

#### Components of Not Equal To

| Component           | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **A**               | Input node providing the first duration (A)                    |
| **B**               | Input node providing the second duration (B).                  |
| **Use Run Trigger** | Checkbox to generate a run trigger in the node.                |
| **A != B**          | Output node providing the result of the comparison in Boolean. |

If you have any ideas to make Blup better you can share them through our [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303)

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}
