pub type Decimal256 = Decimal<Decimal256Type>;
Expand description

Represents a decimal value with precision and scale. The decimal value could be represented by a signed 256-bit integer.

Implementations

Constructs a Decimal256 value from a BigInt.

Constructs a BigInt from this Decimal256 value.

Trait Implementations

Converts to this type from the input type.