表示数字的 meaning in English
numeral
Examples
- Returns a string representing the octal value of a number
返回表示数字的八进制值的字符串。 - Returns a string representing the hexadecimal value of a number
返回表示数字的十六进制值的字符串。 - The second argument describes what base the number is expressed in ; hexadecimal is base 16
第二个参数描述了表示数字的基数,十六进制的基数为16 。 - Do define operator overloads in structures that represent numbers such as system . decimal
在表示数字的结构(如system . decimal )中定义运算符重载。