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

    Interface for handling long integer values.

    interface ISGILongInt {
        GetLongInt(): bigint;
        SetLongInt(value: bigint): any;
    }

    Hierarchy (View Summary)

    Index

    Methods