out of range value的意思|示意

美 / aut ɔv reindʒ ˈvælju / 英 / aʊt ʌv rendʒ ˈvælju /

超范围值,超量值


out of range value的用法详解

英语单词\"out of range value\"通常用来描述一个数值超出了指定范围的情况。这个词组通常出现在编程和计算机科学中,用来表示一些值超出了编程语言或计算机系统所能处理的范围。

在编程中,这个词组通常用于以下情况:

1. 数组或列表的索引超过了其大小范围。

2. 尝试将一个数值转换为不能够被存储的数据类型中。

3. 尝试存储太大或太小的整数或浮点数值。

如果出现了“out of range value”的错误提示,那么意味着您需要检查您的代码中的数值范围或数据类型,并确保它们在可接受的范围内。

总之,\"out of range value\" 是一个重要的编程术语,帮助程序员快速找到和解决程序中的错误。

out of range value相关短语

1、 out-of-range value 超量值

2、 value out of range 数值超界,测定参数超出

3、 NUMERIC VALUE OUT OF RANGE 数字值超出范围

out of range value相关例句

For unsigned types the compiler must adjust the out - of - range value so that it will fit.

对于unsigned类型来说,编译器必须调整越界值使其满足要求.

互联网

The only part remaining is the handling of error reporting (such as an unknown parameter flag character or a numeric value out of range).

最后剩下的部分就是处理错误报告(例如一个未知的形参标记字符或者一个超出范围的数字值)。

Out of range value adjusted for column 'telephone' at row…

第一行的“电话机”栏目值调为超范围值 …

Because the value of value is out of range, an exception is thrown that is caught in the catch block.

因为value的值超出了范围,所以抛出了一个被catch块捕获的异常。