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

    Interface representing a float that extends ISGIFloat and ISGIToStr.

    interface ISGROFloat {
        GetFloat(): number;
        SetFloat(value: number): any;
        ToStr(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods