unreal.RigVMFunction_MathDoubleExponential¶
- class unreal.RigVMFunction_MathDoubleExponential(value: float = 0.0, result: float = 0.0)¶
Bases:
RigVMFunction_MathDoubleUnaryOpComputes the base-e exponential of the given value
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathDouble.h
Editor Properties: (see get_editor_property/set_editor_property)
result(double): [Read-Write]value(double): [Read-Write]