DictionaryForumContacts

   English
Terms for subject Microsoft containing data type | all forms | exact matches only | in specified order only
EnglishBosnian
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 (Valuta
data typevrsta podataka (A property of a field that defines the kinds of data the field can store)
Double data typeDvostruka vrsta podataka (A fundamental data type that holds double-precision floating-point numbers. It's stored as a 64-bit number ranging in value from approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to 1.797E308 (positive), and 0)
enumerated data typenabrojena vrsta podataka (A data type consisting of a sequence of named values given in a particular order)
Long data typeDuga vrsta podataka (A fundamental data type that holds large integers. A Long variable is stored as a 32-bit number ranging in value from -2,147,483,648 to 2,147,483,647)
Single data typeJednostuka vrsta podataka (A data type that stores single-precision floating-point variables as 32-bit (4-byte) floating-point numbers ranging in value from -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values)
String data typeJednostuka vrsta podataka (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion)