In C#, what is the proper way to implement an unsigned decimal - ie. a decimal that only accepts non-negative values.
Is there an implementation equivalent of udecimal
?
In C#, what is the proper way to implement an unsigned decimal - ie. a decimal that only accepts non-negative values.
Is there an implementation equivalent of udecimal
?