unreal.RigVMFunction_MathDoubleDiv

class unreal.RigVMFunction_MathDoubleDiv(a: float = 0.0, b: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathDoubleBinaryOp

Returns the division of the two values

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (double): [Read-Write]

  • b (double): [Read-Write]

  • result (double): [Read-Write]