Skip to content

ToInt4

Name Mandatory Description Default Type
⬅️ Input Takes input values of type Int, Float, String, or a collection of Ints and Floats. Note that the shard can only convert strings that represent numerical values, such as "5", and not words like "Five". Any
Output ➡️ Outputs a vector of four Int elements. Any

Converts various input types to a vector of four Int elements. If a single value or a collection with less than 4 elements is provided, the remaining unaccounted elements in the resulting vector will be set to 0.