Indigo.prototype._checkResultFloat = function()

in indigo.js [2282:2286]


Indigo.prototype._checkResultFloat = function(result) {
    if (result < -0.5)
        throw new IndigoException(this.getLastError());
    return result;
};