.net - What datatype should be used in VB.NET to handle a precision of like a 100 decimal numbers or more? Double seems to display only about 17 -
what datatype should used in vb.net handle precision of 100 decimal numbers or more? double seems display 17.
decimal can display 28 places right of decimal according documentation.
there no built in type can handle 100. potentially build own type handle requirements.
Comments
Post a Comment