primitive data type的意思|示意

美 / / 英 / /

基元数据类型


primitive data type的网络常见释义

基本数据类型 基本数据类型 ( primitive data type ):作为语言定义的一部分而不是通过类的定义提供的数据类型,没有类或方法与这样的数据类型相关联。

基元数据类型 1>基元数据类型(primitive data type) 基元数据类型一共有: Boolean,int ,Number,String和uint. (1)int,Number,uint是处理数字的。

primitive data type相关短语

1、 pitfall of Primitive Data Type 基本数据类型注意事项

2、 primitive built-in data type 基本内建型态

primitive data type相关例句

Another thing to be aware of is that GWT 1.5 now fully supports the 'long' primitive data type.

另一个值得注意的事情就是GWT 1.5现在已经完全支持“long”原始数据类型了。

Single item concept — An item in the assembly data model describes a single primitive value that corresponds to a primitive type.

单项概念 — 程序集数据模型中的一个项目 描述一个与原始类型对应的原始值。

Simple properties of items can be primitive data types, such as integers and strings, or a special data type called content, which is used to store bulk data such as the bytes of a file.

简单的项属性可以是基元数据类型,例如整数或字符串,或者是称为内容的特殊数据类型,这种数据类型用于存储诸如文件字节等批量数据。

As you will see later in the example, a custom data type is any non-primitive object that you need to create locally to call a remote method.

正如您从本示例中所见的,定制数据类型是任何需要本地创建以调用远端方法的非原语对象。

The results of the sample queries are relatively simple because the fax element is based on a primitive data type.

这些示例查询的结果都相当简单,因为fax元素是基于基本数据类型的。

Just think of t as a special kind of variable, whose "value" will be whatever type you pass in; Also, it just can't be any of the primitive data types.

你可以把T认为是一种特殊类型的变量,它的值可以任何你想传入的类型,当然,T不能接受任何原始数据类型。