Round ()
Returns the rounded value of the given double number
Returns the rounded value of the given float number
| Plugin |
RigVM |
| Category |
Math |
| Tags |
Round |
| Name |
Description |
Permitted Types |
Default Value |
| Value |
The input value to round |
float double
|
0.000000 |
Outputs
| Name |
Description |
Permitted Types |
Default Value |
| Result |
The rounded value of the given double number |
float double
|
|
| Int |
The result as an integer |
int32
|
|
Round (FRigVMFunction_MathVectorRound)
Returns the closest full number (integer) of the value for each component
| 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 |
|