Home > @i2analyze/notebook-sdk > data > IDecimal
data.IDecimal interface
A decimal value.
Signature:
interface IDecimal
Introduced: version 1.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 4 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. |