Numbers icon indicating copy to clipboard operation
Numbers copied to clipboard

Operators for EDecimal

Open WhiteBlackGoose opened this issue 5 years ago • 2 comments

Add <, > operators for EDecimal

WhiteBlackGoose avatar Jun 24 '20 15:06 WhiteBlackGoose

I would do so, but I don't know whether and how I should do so, in the case of EDecimal; see these issues for more information:

  • https://github.com/MicrosoftDocs/visualstudio-docs/issues/3728
  • https://github.com/dotnet/dotnet-api-docs/issues/2937

peteroupc avatar Jun 24 '20 15:06 peteroupc

I'm not the one to help here, but I would make it consistent with CompareTo (like I'm doing it right now, because I'm writing a wrapper for your lib to compare numbers).

WhiteBlackGoose avatar Jun 24 '20 15:06 WhiteBlackGoose