| Parameter | Description |
|---|---|
| x | Input value. |
float The truncation of the input.
Returns the result of truncating a float value to an integral float value.
| Parameter | Description |
|---|---|
| x | Input value. |
float2 The componentwise truncation of the input.
Returns the result of a componentwise truncation of a float2 value to an integral float2 value.
| Parameter | Description |
|---|---|
| x | Input value. |
float3 The componentwise truncation of the input.
Returns the result of a componentwise truncation of a float3 value to an integral float3 value.
| Parameter | Description |
|---|---|
| x | Input value. |
float4 The componentwise truncation of the input.
Returns the result of a componentwise truncation of a float4 value to an integral float4 value.
| Parameter | Description |
|---|---|
| x | Input value. |
double The truncation of the input.
Returns the result of truncating a double value to an integral double value.
| Parameter | Description |
|---|---|
| x | Input value. |
double2 The componentwise truncation of the input.
Returns the result of a componentwise truncation of a double2 value to an integral double2 value.
| Parameter | Description |
|---|---|
| x | Input value. |
double3 The componentwise truncation of the input.
Returns the result of a componentwise truncation of a double3 value to an integral double3 value.
| Parameter | Description |
|---|---|
| x | Input value. |
double4 The componentwise truncation of the input.
Returns the result of a componentwise truncation of a double4 value to an integral double4 value.