Float Cast
Python: "pro_float_cast"
This node casts a fellow programming node to floating-point form. Integer values are upcast to floating-point trivially. Vector and matrix values are downcast by losing coordinates.
Common¶
Node alias¶
Python: "pro_alias"
Human-readable node alias.
Alias color¶
Python: "pro_alias_color"
Identificative node color.
Main¶
Input value¶
Python: "pro_float_cast_input_pro"
Input value that will be cast to floating-point form.
Output tuning¶
Value weight¶
Python: "pro_weight"
The final value output by the node is computed as: value*weight+bias.
Value bias¶
Python: "pro_bias"
The final value output by the node is computed as: value*weight+bias.
