Subject | English | Chinese simplified |
comp., MS | Currency (An 8-byte, fixed-point data type that is useful for calculations involving money or for fixed-point calculations in which accuracy is extremely important. The Currency data type is used to store numbers with up to 15 digits to the left of the decimal point and 4 digits to the right. The type-declaration character in Microsoft© Visual Basic© is an at sign ( | 货币 |
comp., MS | type declaration | 类型声明 (A declaration in a program that specifies the characteristics of a new data type, usually by combining more primitive existing data types) |