Home > @i2analyze/i2connect > data > IDecimal
data.IDecimal interface
A decimal value.
Signature:
interface IDecimal
Introduced: API version 2.0
Remarks
Decimals are large numbers represented with greater accuracy than floating point numbers. They can have up to 18 digits before the decimal separator, and up to four digits after it.
Methods
Method | Description |
---|---|
asApproximateNumber() | Converts the decimal value to an approximate JavaScript number. |
toTransportString() | Gets the decimal value as a string to be transported. |