VB.NET & Decimal - Decimal (System.Decimal and Structure Size = 14 bytes)
Range value
+/-79,228,162,514,264,337,593,543,950,335 with no decimal point;
+/-7.9228162514264337593543950335 with 28 places to the right of the decimal; smallest non-zero number is
+/-0.0000000000000000000000000001
ShotDev Focus:
- VB.NET & Decimal Data Type
Example
Dim myDecimal As Decimal myDecimal = 123.456
.
.
.