.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

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -