|
Build C++ Buider
Build C# Buider G++
MySQL
SQLServer2005
Top 10 JOB
http://job.csdn.net/enterprise/hotjobs.html
X61温度测试:
Table 2.1. CLR Built-in Value Types
| CIL Name | Base Framework Name | Description | CLS Support |
|---|
| bool | System.Boolean | Boolean, true or false | Y | | char | System.Char | Unicode character | Y | | int8 | System.SByte | Signed 8-bit integer | N | | int16 | System.Int16 | Signed 16-bit integer | Y | | int32 | System.Int32 | Signed 32-bit integer | Y | | int64 | System.Int64 | Signed 64-bit integer | Y | | unsigned int8 | System.Byte | Unsigned 8-bit integer | Y | | unsigned int16 | System.UInt16 | Unsigned 16-bit integer | N | | unsigned int32 | System.UInt32 | Unsigned 32-bit integer | N | | unsigned int64 | System.UInt64 | Unsigned 64-bit integer | N | | float32 | System.Single | IEEE 32-bit floating-point number | Y | | float64 | System.Double | IEEE 64-bit floating-point number | Y | | native int | System.IntPtr | Signed native integer, equivalent to the machine word size (32 bits on a 32-bit machine, 64 bits on a 64-bit machine) | Y | | native unsigned int | System.UIntPtr | Unsigned native integer | N |
|