[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-05。"],[[["`Number.int32()` casts a given Number input to a signed 32-bit integer within the range of -2147483648 to 2147483647."],["Values exceeding this range are clamped to the minimum or maximum int32 value."],["When casting floating-point numbers, the decimal portion is truncated, resulting in a loss of precision."]]],["The `int32()` method casts a given number to a signed 32-bit integer, with a range of -2147483648 to 2147483647. Floating-point numbers lose decimal precision when cast. Numbers exceeding the maximum range become the maximum value (2147483647), while numbers below the minimum become the minimum value (-2147483648). The method takes a number as input and returns the converted integer.\n"]]