Replies: 1 comment
-
There are tons of number types, and .Net 9 adds at least 3 more; Decimal32, Decimal64, and Decimal128. It's not sustainable to add suffixes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At present, there are four types of numbers, including byte/sbyte/short/ushort, that do not have suffixes, which often brings unnecessary trouble to work. It is recommended to also add suffixes to these types of numbers
Beta Was this translation helpful? Give feedback.
All reactions