i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.
    In this article
    Back to top © N. Harris Computer Corporation