hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing a long integer that extends ISGILongInt and ISGIToStr.

    interface ISGROLongInteger {
        GetLongInt(): bigint;
        SetLongInt(value: bigint): any;
        ToStr(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods