overflow check meaning in Chinese
溢出检查
溢出检验[检查
溢位检查
Examples
- Multiplies two integer values , performs an overflow check , and pushes the result onto the evaluation stack
将两个整数值相乘,执行溢出检查,并将结果推送到计算堆栈上。 - Adds two unsigned integer values , performs an overflow check , and pushes the result onto the evaluation stack
将两个无符号整数值相加,执行溢出检查,并且将结果推送到计算堆栈上。 - Multiplies two unsigned integer values , performs an overflow check , and pushes the result onto the evaluation stack
将两个无符号整数值相乘,执行溢出检查,并将结果推送到计算堆栈上。 - Subtracts one integer value from another , performs an overflow check , and pushes the result onto the evaluation stack
从另一值中减去一个整数值,执行溢出检查,并且将结果推送到计算堆栈上。 - If the resulting integral value is outside the range of the destination value , the result depends on the overflow checking context
如果该结果整数值超出了目标值的范围,其结果将取决于溢出检查上下文。