What is the translation of " VALUE TYPES " in Chinese?

['væljuː taips]
['væljuː taips]

Examples of using Value types in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Value types are derived from System. ValueType.
所有的值类型都是从System.ValueType继承的。
Note that the above technique is not meaningful for value types.
注意,以上技术对值类型没有意义。
Value types are derived from System. ValueType.
所有的值类型均隐式派生自System.ValueType。
Note that the above technique is not meaningful for value types.
注意,以上技术对数值类型没有意义。
Like all value types, components do not support shared references.
就像所有的值类型一样,组件不支持共享引用。
People also translate
It is relatively easy for developers to create their own value types.
开发者创建属于他们自己的值类型也是很容易的。
Structures are value types that inherit from System. ValueType.
所有的值类型都是从System.ValueType继承的。
Primitive types(except strings), enumerations, and structures are value types.
基本类型(字符串除外),枚举和结构是值类型
Remember that components are value types and don't allow shared references.
记住组件是值类型,并且不允许共享引用。
Value Types All value types are derived from the System. ValueType.
所有的值类型都是从System.ValueType继承的。
Unlike classes, structs are value types and do not require heap allocation.
与类不同的是,结构是值类型并且不需要堆分配。
Value types simple types signed integral: sbyte, short, int, long.
值类型简单类型有符号整型:sbyte,short,int,long.
However, in C++, classes are value types-- unlike in most other OO languages.
但是,在C++中,类是值类型-与大多数其他OO语言不同。
Note that every array is a reference type,even if its members are value types.
请注意,每个数组都是一种引用类型,即使其成员是值类型
Like all value types, components do not support shared references.
就像所有的值类型一样,Component不支持共享引用。
An entity's persistent state consists of references to other entities andinstances of value types.
一个实体的持久状态包含指向其他实体和值类型实例的引用。
Tuples are value types, and their elements are simply public, mutable fields.
元组是值类型,而且他们的元素只是公开、易变的域。
The primary difference is that structs are value types and classes are reference types..
就是,主要一个区别就是:struct是值类型的,而class是引用类型的。
Value types(such as int, double, etc.) are created in a sequential structure called the"stack".
值类型(例如int,double等等)则会建立在叫做栈的有序数据结构里。
Under the new syntax, you would need to explicitly indicate when a reference variable is nullable,just as you do for value types.
在新语法下,你需要显式地标明一个引用变量是可空的,就像对值类型所做的那样。
Selecting the sensor value types, you can select several types of sensor values..
选择传感器值类型,可以选择几种类型的传感器值。
Value types are described in Structures and Enumerations Are Value Types.
值类型在StructuresandEnumerationsAreValueTypes中进行了说明。
In this article,you will learn how structs and other value types can radically improve your code's clarity, flexibility, and reliability.
在本文中,你将会学习到结构体和其他的值类型是如何大幅提高代码的清晰度、灵活性和可读性的。
Unlike value types, reference types are not copied when they are assigned to a variable or constant, or when they are passed to a function.
值类型不同,引用类型在分配给变量或常量时或者传递给函数时不会被复制。
If you are unfamiliar with the difference between reference types and value types you can find more information on the topic in the.
如果您对引用类型和值类型之间的差别不是很熟悉,请查阅2000年12月发行的MSDN®Magazine,在.
You can define new value types outside of the core VM as long as they implement the base interface.
可在虚拟机的核心之外定义新的值类型,只要它们实现了基本接口就行。
Using value types over reference types in Swift is easier than ever before in Objective-C, making your code more expressive and less error-prone.
在Swift中用值类型来替代引用类型,比以前在Objective-C中要容易许多,这可以让您的代码更简洁,并且更不容易出错。
Furthermore, C supports both user-defined reference types and value types, allowing dynamic allocation of objects as well as in-line storage of lightweight structures.
此外,C同时支持用户定义的引用类型和值类型,既允许对象的动态分配,也允许轻量结构的内联存储。
Many(but not all) value types have an IsEmpty property which you can check to see if it is equal to its default value:..
很多(但是不是全部)值类型有一个【IsEmpty】属性,你可以看看它等于默认值:.
Variables that are value types each have their own copy of the data, and therefore operations on one variable do not affect other variables.
对于值类型,每个变量都有自己的数据副本,对一个变量的操作不可能影响另一个变量。
Results: 80, Time: 0.0305

Word-for-word translation

Top dictionary queries

English - Chinese