This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Floor ()
Returns the closest lower full number (integer) of the value
Information
| Plugin | RigVM |
| Category | Math |
| Tags | Floor,Round |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input value to apply the floor to | float double |
0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting closest lower full number (integer) of the input value | float double |
|
| Int | The result as an integer value | int32 |
Floor (FRigVMFunction_MathVectorFloor)
Returns the closest lower full number (integer) of the value for each component
Information
| Plugin | RigVM |
| Category | Math|Vector |
| Tags | Round |
| Type | FRigVMFunction_MathVectorFloor |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input value | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The result of the operation | Vector |