C#
C#

help

Root Question Message

Ero
Ero8/15/2022
Any known .NET 7 implementations of an Int24?

Just wondering if there's an implementation of an Int24 type using the new signatures for the numeric types. Something akin to this;
readonly struct Int24
  : IBinaryInteger<Int24>,
    IComparable,
    IComparable<Int24>,
    IConvertible,
    IEquatable<Int24>,
    IMinMaxValue<Int24>,
    ISignedNumber<Int24>,
    ISpanFormattable
{

}
mtreit
mtreit8/15/2022
I doubt it - what's the use case for an int24?
Ero
Ero8/15/2022
just a funny custom type i wanted to try some stuff on
Akseli
Akseli8/15/2022
using Int24 = Int32;


there you go
Ero
Ero8/15/2022
Hilarious!
Orannis
Orannis8/15/2022
@266043404398493696, because you're not allowed to escape weird math things
Message Not Public

Sign In and Join Server To See

8/15/2022
tannergooding
tannergooding8/16/2022
Camping, little to no signal. Will respond wednesday
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy