整数常数 meaning in English
integer constant
Examples
- There are three ways to push an 8 byte integer constant onto the stack
有三种方法可以将8字节整数常数推送到堆栈上 - Are integer constants
是整数常数。 - Note that the result is always floating - point double , even though both operands are integer constants
请注意,即使两个操作数都是整数常数,结果也始终为浮点类型( - For example , you can declare an enumeration for a set of integer constants associated with the days of the week , and then use the names of the days rather than their integer values in your code
例如,可以为一组与一周中的七天相对应的整数常数声明一个枚举,然后在代码中使用这七天的名称而不是它们的整数值。