i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > IDecimal > asApproximateNumber

    data.IDecimal.asApproximateNumber() method

    Converts the decimal value to an approximate JavaScript number.

    Signature:

    asApproximateNumber(): number;
    

    Returns:

    number

    A number that approximates the original value.

    Introduced: version 1.0

    Remarks

    Note: Significant precision can be lost in the conversion process.

    In this article
    Back to top © N. Harris Computer Corporation