Skip to content

Int Cast

Python: "pro_int_cast"

This node casts a fellow programming node to integer form. Floating-point values are downcast to integer via rounding. Vector and matrix values are downcast by losing coordinates, plus rounding.

Icon

Common

Node alias

Python: "pro_alias"

Human-readable node alias.

Alias color

Python: "pro_alias_color"

Identificative node color.

Main

Input value

Python: "pro_int_cast_input_pro"

Input value that will be cast to integer 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.