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

    Interface representing a double that extends ISGIDouble and ISGIToStr.

    interface ISGRODouble {
        GetDouble(): number;
        SetDouble(value: number): any;
        ToStr(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods