日期:2008-08-28 浏览次数:20570 次
VB6中声明:
Declare Function srd_45d041 Lib "mwic_32.dll" (ByVal icdev As Long, ByVal page As Integer, ByVal offset As Integer, ByVal le As Long, ByVal data_buffer$) As Integer
升级后.NET的声明:
表1 VB6中的数据类型
数据类型 |
存储空间大小 |
范围 |
Byte |
1 个字节 |
0 到 255 |
Boolean |
2 个字节 |
True 或 False |
Integer |
2 个字节 |
-32,768 到 32,767 |
Long |
4 个字节 |
-2,147,483,648 到 2,147,483,647 |
Single |
4 个字节 |
负数时从 -3.402823E38 到 -1.401298E-45;正数时从 1.401298E-45 到 3.402823E38 |
Double |
8 个字节 |
负数时从 -1.79769313486232E308 到 |
Currency |
8 个字节 |
从 -922,337,203,685,477.5808 到 922,337,203,685,477.5807 |
Decimal |
14 个字节 |
没有小数点时为 +/-79,228,162,514,264,337,593,543,950,335,而小数点右边有 28 位数时为 +/-7.9228162514264337593543950335;最小的非零值为 +/-0.0000000000000000000000000001 |
Date |
8 个字节 |
100 年 1 月 1 日 到 |