HBigDecimal Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents Hazelcast SQL DECIMAL
type corresponding to java.math.BigDecimal
in Java.
public readonly struct HBigDecimal : IEquatable<HBigDecimal>
Implements
Constructors
HBigDecimal(Decimal) | |
HBigDecimal(Int32) | |
HBigDecimal(BigInteger, Int32) |
Fields
MinusOne | |
One | |
Ten | |
Zero |
Properties
Scale | Scale to apply to UnscaledValue to get represented number. Final value is calculated as UnscaledValue*(10^-Scale) |
UnscaledValue | Unscaled part of number. Final value is calculated as UnscaledValue*(10^-Scale) |
Methods
Operators
Equality(HBigDecimal, HBigDecimal) | |
Explicit(HBigDecimal to Decimal) | |
Explicit(Decimal to HBigDecimal) | |
Inequality(HBigDecimal, HBigDecimal) |