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