unreal.RigVMFunction_MathDoubleRound

class unreal.RigVMFunction_MathDoubleRound(value: float = 0.0, result: float = 0.0, int: int = 0)

Bases: RigVMFunction_MathDoubleBase

Returns the rounded value of the given double number

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • int (int32): [Read-Write] The result as an integer

  • result (double): [Read-Write] The rounded value of the given double number

  • value (double): [Read-Write] The input value to round

property int: int

[Read-Only] The result as an integer

Type:

(int32)

property result: float

[Read-Only] The rounded value of the given double number

Type:

(double)

property value: float

[Read-Write] The input value to round

Type:

(double)