| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
int The maximum of the two input values.
Returns the maximum of two int values.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
int2 The componentwise maximum of the two input values.
Returns the componentwise maximum of two int2 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
int3 The componentwise maximum of the two input values.
Returns the componentwise maximum of two int3 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
int4 The componentwise maximum of the two input values.
Returns the componentwise maximum of two int4 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
uint The maximum of the two input values.
Returns the maximum of two uint values.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
uint2 The componentwise maximum of the two input values.
Returns the componentwise maximum of two uint2 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
uint3 The componentwise maximum of the two input values.
Returns the componentwise maximum of two uint3 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
uint4 The componentwise maximum of the two input values.
Returns the componentwise maximum of two uint4 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
long The maximum of the two input values.
Returns the maximum of two long values.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
ulong The maximum of the two input values.
Returns the maximum of two ulong values.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
float The maximum of the two input values.
Returns the maximum of two float values.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
float2 The componentwise maximum of the two input values.
Returns the componentwise maximum of two float2 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
float3 The componentwise maximum of the two input values.
Returns the componentwise maximum of two float3 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
float4 The componentwise maximum of the two input values.
Returns the componentwise maximum of two float4 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
double The maximum of the two input values.
Returns the maximum of two double values.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
double2 The componentwise maximum of the two input values.
Returns the componentwise maximum of two double2 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
double3 The componentwise maximum of the two input values.
Returns the componentwise maximum of two double3 vectors.
| Parameter | Description |
|---|---|
| x | The first input value. |
| y | The second input value. |
double4 The componentwise maximum of the two input values.
Returns the componentwise maximum of two double4 vectors.