You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decimal256(S) is an alias for Decimal(76, S). Currently all values of type Decimal(P, S) are converted to decimal and there is no intention to change it.
But Decimal256 and Decimal128 can store values which are bigger than the max value of decimal. It's not clear which .NET type could be used for big decimal values. Maybe it should be some custom type.
The text was updated successfully, but these errors were encountered:
Decimal256(S)
is an alias forDecimal(76, S)
. Currently all values of typeDecimal(P, S)
are converted todecimal
and there is no intention to change it.But
Decimal256
andDecimal128
can store values which are bigger than the max value ofdecimal
. It's not clear which .NET type could be used for big decimal values. Maybe it should be some custom type.The text was updated successfully, but these errors were encountered: