| 1. | In the example , an attempt to divide by zero generates error number 6 本例中,除以零操作将生成错误号6 。 |
| 2. | Division of a finite number by zero produces the correctly signed infinite value 有限数除以零将生成正确的有符号无穷大值。 |
| 3. | Dividing zero by zero or infinity by infinity produces the nan not - a - number value 零除以零或无穷大除以无穷大生成nan (非数字)值。 |
| 4. | The following code example shows a select statement that generates a divide by zero error 以下代码示例显示生成除以零错误的select语句。 |
| 5. | When on is specified , a query is ended when an overflow or divide - by - zero error occurs during query execution 当指定为on时,在执行查询期间发生溢出或除以零的错误时,该查询将结束。 |
| 6. | For example , a data column with a string value cannot be converted to an integer , or an expression tries to divide by zero 例如,值为字符串的数据列不能转换为整数,或尝试除以零的表达式。 |
| 7. | When off is specified , no warnings are raised and null values are returned when conditions such as divide - by - zero occur 当指定为off时,在出现如除以零这类情形时,不会发出警告,并返回空值。 |
| 8. | When on is specified , errors or warnings are issued when conditions such as divide - by - zero occur or null values appear in aggregate functions 当指定为on时,在出现如除以零或聚合函数中出现空值这类情形时,将发出错误或警告。 |
| 9. | Dividing a floating - point value by zero results in either positive infinity , negative infinity , or not a number , according to the rules of ieee arithmetic 根据ieee算法的规则,将浮点值除以零会产生正无穷、负无穷或“不是数字” ( nan ) 。 |
| 10. | Property of the new instance to a system - supplied message that describes the error , such as " attempted to divide by zero . " this message takes into account the current system culture 属性初始化为系统提供的、描述错误的消息,如“试图除以零。 ” 。此消息将考虑当前系统区域性。 |