> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/master/math/maximum.md).

# Maximum

## Overview

![](/files/-MIxaVAdTw33GTLJ7GwL)

**Maximum** compares two or more numerical **Inputs** against each other and returns the upper bound (maximum **Value**) in the set.

## Attributes

| Attribute   | Type          | Description                                                  |
| ----------- | ------------- | ------------------------------------------------------------ |
| `Data Type` | **Drop-down** | The **Data Type** of all `Input` and `Output` **Sockets**.   |
| `Count`     | **Int**       | The number of **Data Input Sockets** the **Node** will have. |

## 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 **Values** to be compared against one another.                    |

## 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. |
| `Output`           | *Defined in the* `Data Type` ***Attribute***. | The maximum **Value** in the set of **Inputs**.                                                                                        |

## External Links

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