web 2.0

VB.NET & Decimal

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

.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.