Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - When does vb define plastic, single precision and double precision?
When does vb define plastic, single precision and double precision?
It depends on what variables you want to use. Basically depends on the size.

1), 2 bytes, which means that VB provides a binary memory space of 16 for plastic data. For example, in VB, the number "5" is in the form of "000000001kloc-0/".

2) Long integer, 4 bytes, 32 bits of memory space. Similarly, the number "5" as long integer data in VB is "000000000000000000001065438".