| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
int The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
int2 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
int3 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
int4 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
int2 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
int3 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
int4 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
uint The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
uint2 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
uint3 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
uint4 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
uint2 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
uint3 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
uint4 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
long The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
ulong The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
float The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
float2 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
float3 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
float4 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
float2 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
float3 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
float4 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
double The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
double2 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
double3 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Value to use if test is false. |
| trueValue | Value to use if test is true. |
| test | Bool value to choose between falseValue and trueValue. |
double4 The selection between falseValue and trueValue according to bool test.
Returns trueValue if test is true, falseValue otherwise.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
double2 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
double3 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.
| Parameter | Description |
|---|---|
| falseValue | Values to use if test is false. |
| trueValue | Values to use if test is true. |
| test | Selection mask to choose between falseValue and trueValue. |
double4 The componentwise selection between falseValue and trueValue according to selection mask test.
Returns a componentwise selection between two double4 vectors falseValue and trueValue based on a bool4 selection mask test. Per component, the component from trueValue is selected when test is true, otherwise the component from falseValue is selected.