使用Unity3D引擎编程过程中,以下选项占8个字节的是()。
A: Long
B: int
C: float
D: double
A: Long
B: int
C: float
D: double
举一反三
- 使用Unity3D引擎编程过程中,2.0表示的数据类型为()。 A: float B: int C: long D: double
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- int型、short型、long型、float型和double型数据一般在内存中分别占2字节、2字节、4字节、8字节和8字节。
- 使用unity3D引擎编程过程中,Unity中的Vector3可以用来表示()。 A: 向量 B: 点 C: 位置 D: 缩放比例
- Java基本数据类型中使用4个字节来存储小数(浮点数)的是() A: double B: float C: int D: long