unreal.RigVMFunction_MathDoubleFloor
¶
- class unreal.RigVMFunction_MathDoubleFloor(value: float = 0.0, result: float = 0.0, int: int = 0)¶
Bases:
RigVMFunction_MathDoubleBase
Returns the closest lower full number (integer) of the value
C++ Source:
Module: RigVM
File: RigVMFunction_MathDouble.h
Editor Properties: (see get_editor_property/set_editor_property)
int
(int32): [Read-Write]result
(double): [Read-Write]value
(double): [Read-Write]