SheetXL - v0.3.20
    Preparing search index...

    Describes the parts of movable point number.

    interface SplitNumber {
        fp: number;
        fpLength: number;
        ip: number;
        ipLength: number;
    }
    Index

    Properties

    Properties

    fp: number

    The movable part.

    fpLength: number

    The number if digits for the movable part.

    ip: number

    The integer part.

    ipLength: number

    The number if digits for the integer part.