您要查找的是不是:
- They can be used solely with primitive,integral types. 可单独用它们处理整数类型(主类型的一种)。
- They can be used solely with primitive, integral types. 可单独用它们处理整数类型(主类型的一种)。
- There is no implicit conversion from ulong to any integral type. 不存在从ulong到任何整型的隐式转换。
- An expression of primitive integral type; the value to be shifted. 一个基元整型类型的表达式;要移位的值。
- Count An expression of primitive integral type; the shift count. 一个基元整型类型的表达式;移位数。
- Integral Type Power Steering in MISUBISHI FV 413 Dumper. 三菱汽车四缸发动机的平衡装置。
- In this case, the integral types are converted to floating-point types. 在此情况下,整型将转换为浮点型。
- If both divisor and dividend are integral types, the returned value is integral. 如果除数和被除数都是整型,则返回值是整数。
- The Boolean, character, and integer types are collectively called integral types. 我们将布尔量、字符和整数类型放到一起称为整型。
- Void. The arithmetic types that represent integers, characters, and boolean values are collectively referred to as the integral types. 整型包括整数、字符、布尔值。
- If you try to set a variable of an integral type to a number outside the range for that type, an error occurs. 如果试图将整型变量设置为其类型范围以外的数字,将会出错。
- This warning indicates that an integral type was expected, but an incorrect data type was used. 此警告意味着应当使用整数类型,但却使用了错误的数据类型。
- Value to an integral type, this value is rounded towards zero to the nearest integral value. 值转换为整型时,该值将舍入为与零最接近的整数值。
- Returns the smallest positive normalized value for floating point types with denormalization, or returns 0 for integral types. 对于反规格化的浮点类型,返回正的最小正规值,对于整型类型返回0。
- Although we cannot pass an integral value to a enum parameter, we can pass an enum to a parameter of integral type. 虽然无法将整型值传递给枚举类型的形参,但可以将枚举值传递给整型形参。
- The integral type housing, hypoid gear design has the centerline of the pinion set above the centerline of the ring gear. 集成型的差速室、准双曲面齿轮的设计中,小齿轮组中心线在环形齿轮的中心线之上。
- If one of the operands is of an integral type, then that operand is converted to the floating-point type of the other operand. 如果其中一个操作数为整数类型,那么该操作数将被转换为另一个操作数所属的浮点类型。
- Integral types represent only whole numbers (positive, negative, and zero), and nonintegral types represent numbers with both integer and fractional parts. “整型”仅表示整数(正数、负数和零);“非整型”表示同时带有整数部分和小数部分的数字。
- You can also create enumerations, which are custom value types that contain symbolical aliases for a subset of the values of an integral type (normally Integer). 您还可以创建枚举,枚举就是自定义的值类型,包含了一些整数类型值(通常为Integer)的符号别名。
- The long keyword denotes an integral type that stores values according to the size and range shown in the following table. long关键字表示一种整型,该类型根据下表显示的大小和范围存储值。