# Minimum

## Overview

![The Minimum Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-f5ee2ce4ef28149a44d23462c7fd341055eabcfe%2Fminimumupdatedimage.png?alt=media)

**Minimum** compares a set of numerical inputs and returns the lower bound (minimum value) in the set.

In case of **Vectors**, it compares the values by component and returns them separately.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Minimum Node Attributes.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-bb1684c888faa644c78ead45b1c857d79571b8c3%2Fnode-minimum2-attr.png?alt=media)

| Attribute   | Type                                          | Description                                                                                        |
| ----------- | --------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `Data Type` | **Drop-down**                                 | The data type of all `Input` and `Output` **Sockets**.                                             |
| `Inputs`    | *Defined in the `Data Type`* ***Attribute***. | The number of `Input` **Sockets** and their default values if they have no data connected to them. |

## Inputs

| Input             | Type                                          | Description                                                           |
| ----------------- | --------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                     | A standard input **Pulse**, to trigger the execution of the **Node**. |
| `Input [n]`       | *Defined in the `Data Type`* ***Attribute**.* | The set of values to get the lower bound from.                        |

## Outputs

| Output             | Type                                          | Description                                                                                                                            |
| ------------------ | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**                                     | A standard output **Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Minimum`          | *Defined in the `Data Type`* ***Attribute**.* | The minimum value in the set of inputs.                                                                                                |

## External Links

* [*Upper and lower bounds*](https://en.wikipedia.org/wiki/Upper_and_lower_bounds) on Wikipedia.
