Nodes > Math > Common > Max

Returns the greatest value among all inputs. This is calculated for each channel separately.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | First value |
| B | float | Second value |
Outputs
| Name | Type | Description |
|---|---|---|
| max( A, B ) | float | Maximum value, per channel |
Properties
| Name | Type | Description |
|---|---|---|
| Input Count | dropdown | Number of input values to expose |
Was this page helpful?