[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`toInt32()` is an Array method that operates element-wise, converting each element to a signed 32-bit integer."],["The method returns a new Array containing the converted elements, leaving the original Array unchanged."],["The input to `toInt32()` is an Array and there are no additional arguments."]]],["The input array's values are cast to signed 32-bit integers element-wise. The `toInt32()` method, when called on an array (`Array.toInt32()`), returns a new array containing these converted integer values. The method takes one argument: `input`, which is the array to be transformed. The conversion is performed for each element within the `input` array.\n"]]