| Parameter | Description |
|---|---|
| x | The float value to test. |
bool True if the float is finite, false otherwise.
Returns true if the input float is a finite floating point value, false otherwise.
| Parameter | Description |
|---|---|
| x | The float2 value to test. |
bool2 A bool2 where it is true in a component if that component is finite, false otherwise.
Returns a bool2 indicating for each component of a float2 whether it is a finite floating point value.
| Parameter | Description |
|---|---|
| x | The float3 value to test. |
bool3 A bool3 where it is true in a component if that component is finite, false otherwise.
Returns a bool3 indicating for each component of a float3 whether it is a finite floating point value.
| Parameter | Description |
|---|---|
| x | The float4 value to test. |
bool4 A bool4 where it is true in a component if that component is finite, false otherwise.
Returns a bool4 indicating for each component of a float4 whether it is a finite floating point value.
| Parameter | Description |
|---|---|
| x | The double value to test. |
bool True if the double is finite, false otherwise.
Returns true if the input double is a finite floating point value, false otherwise.
| Parameter | Description |
|---|---|
| x | The double2 value to test. |
bool2 A bool2 where it is true in a component if that component is finite, false otherwise.
Returns a bool2 indicating for each component of a double2 whether it is a finite floating point value.
| Parameter | Description |
|---|---|
| x | The double3 value to test. |
bool3 A bool3 where it is true in a component if that component is finite, false otherwise.
Returns a bool3 indicating for each component of a double3 whether it is a finite floating point value.
| Parameter | Description |
|---|---|
| x | The double4 value to test. |
bool4 A bool4 where it is true in a component if that component is finite, false otherwise.
Returns a bool4 indicating for each component of a double4 whether it is a finite floating point value.