| Parameter | Description |
|---|---|
| x | Input value. |
bool True if the input was an infinite value; false otherwise.
Returns true if the input float is an infinite floating point value, false otherwise.
| Parameter | Description |
|---|---|
| x | Input value. |
bool2 True if the component was an infinite value; false otherwise.
Returns a bool2 indicating for each component of a float2 whether it is an infinite floating point value.
| Parameter | Description |
|---|---|
| x | Input value. |
bool3 True if the component was an infinite value; false otherwise.
Returns a bool3 indicating for each component of a float3 whether it is an infinite floating point value.
| Parameter | Description |
|---|---|
| x | Input value. |
bool4 True if the component was an infinite value; false otherwise.
Returns a bool4 indicating for each component of a float4 whether it is an infinite floating point value.
| Parameter | Description |
|---|---|
| x | Input value. |
bool True if the input was an infinite value; false otherwise.
Returns true if the input double is an infinite floating point value, false otherwise.
| Parameter | Description |
|---|---|
| x | Input value. |
bool2 True if the component was an infinite value; false otherwise.
Returns a bool2 indicating for each component of a double2 whether it is an infinite floating point value.
| Parameter | Description |
|---|---|
| x | Input value. |
bool3 True if the component was an infinite value; false otherwise.
Returns a bool3 indicating for each component of a double3 whether it is an infinite floating point value.
| Parameter | Description |
|---|---|
| x | Input value. |
bool4 True if the component was an infinite value; false otherwise.
Returns a bool4 indicating for each component of a double4 whether it is an infinite floating point value.