Single

This is an abbreviation for Single Precision Floating Point.
This can support 7 significant figures with 6 decimal places.
This data type uses 4 bytes
The default value is 0.


Possible Values

The Single data type can contain any numbers in the following ranges:
Negative numbers: -3.402823 E+38 to -1.401298 E-45
Positive numbers: 1.401298 E-45 to 3.402823 E+38


Adding Two Numbers

Declare two variables with the value (8,388,608) and add them together.


Rounding Errors

You should always use the Double data type instead because this data type introduces rounding errors.
Declare two variables with the value (1,234.5678) and add them together.
The answer is actually 2469.1356.


Conversion Function

The CSNG function returns an expression converted to a Single data type.


© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext