unreal.RigUnit_MathDoubleCeil

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

Bases: RigUnit_MathDoubleBase

Returns the closest higher full number (integer) of the value

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • int (int32): [Read-Write] Int

  • result (double): [Read-Write] Result

  • value (double): [Read-Write] Value

property int: int

[Read-Only] Int

Type:

(int32)

property result: float

[Read-Only] Result

Type:

(double)

property value: float

[Read-Write] Value

Type:

(double)