Docs: Numbers in C#: step 5 is misleading

Created on 15 Feb 2020  Â·  3Comments  Â·  Source: dotnet/docs

Step 5, Work with fixed point types, states that the decimal type is the fixed-point type. However, it's not: decimal is a floating-point type.

Rather than fixing that, I suggest to remove the whole step 5 from the tutorial. @BillWagner what do you think?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Area - C# Guide Technology - C# Get Started P1 doc-bug

Most helpful comment

@pkulikov I think it's worth fixing this page rather than removing it. Beginners would see decimal early in learning C#. It's good to cover it here.

All 3 comments

@pkulikov I think it's worth fixing this page rather than removing it. Beginners would see decimal early in learning C#. It's good to cover it here.

@BillWagner indeed, would be ideal if the tutorial described use cases for those types.
Then, this issue becomes related to #8804.

Related: #17191

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stanuku picture stanuku  Â·  3Comments

JagathPrasad picture JagathPrasad  Â·  3Comments

gmatv picture gmatv  Â·  3Comments

FrancescoBonizzi picture FrancescoBonizzi  Â·  3Comments

LJ9999 picture LJ9999  Â·  3Comments