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

    Interface for handling double precision floating point values.

    interface ISGIDouble {
        GetDouble(): number;
        SetDouble(value: number): any;
    }

    Hierarchy (View Summary)

    Index

    Methods