您要查找的是不是:
- octal integer literal 八进制整数直接量
- If an invalid digit is passed to octal integer (i. E. 8 or 9), the rest of the number is ignored. 如果向八进制数传递了一个非法数字(即8或9),则后面其余数字会被忽略。
- If an invalid digit is passed to octal integer (i.e. 8 or 9), the rest of the number is ignored. 如果一个无效的数字被传给8进制整型数(8或者9),这个数的剩余部分会被忽略。
- If the value represented by an integer literal exceeds the range of ulong, a compilation error will occur. 如果整数表示的值超出了ulong的范围,将产生编译错误。
- An integer literal may have a prefix that specifies its base and a suffix that specifies its type. 整数文字量可能包含指定其基数的前缀或指定其类型的后缀。
- When an integer literal has no suffix, its type is the first of these types in which its value can be represented: int, uint, long, ulong. 如果整数没有后缀,则其类型为以下类型中可表示其值的第一个类型:int、uint、long、ulong。
- Appending a 0 (zero) to a literal integer constant causes it to be interpreted as octal. 在整型文字常量前面加一个0,该值将被解释成一个八进制数。
- We can write a literal integer constant using one of three notations: decimal, octal, or hexadecimal. 定义字面值整数常量可以使用以下三种进制中的任一种:十进制、八进制和十六进制。
- Literal integer constants that begin with a leading 0 (zero) are interpreted as octal; those that begin with either 0x or 0X are interpreted as hexadecimal. 以0(零)开头的字面值整数常量表示八进制,以0x或0X开头的表示十六进制。
- A literal man cannot be an artist. 缺乏想像力的人不可能成为艺术家。
- What is the literal meaning of the word? 这个字的原义是什么?
- This is a literal translation from French. 这是从法文直译过来的。
- A liter of gas has less mass than a liter of water. 一公升气体的质量少于一公升水的质量。
- Packing one liter bottle15 bottle per carton. 包装:每瓶一公升,每箱15瓶。
- His interpretation of the music was rather too literal. 那音乐他演奏得未免太乏味了。
- Octal Mathematical system with a base of 8. 以8为基数的数学制度。
- Excessive adherence to a literal interpretation of the Bible. 《圣经》崇拜对《圣经》文字解释的极度忠实
- Function to return the octal value of a number. 函数返回某个数字的八进制值。
- Is the octal notation for decimal 8. 是十进制8的八进制表示法。
- Returns the octal value of a specified number. 返回表示数字八进制值的字符串。
