jalhyd
Version:
JaLHyd, a Javascript Library for Hydraulics
12 lines • 366 B
TypeScript
import { ParamDefinition } from "../internal_modules";
import { ParamsEquation } from "../internal_modules";
/**
* Y = Σ ou π (a1.x1^p1, … an.xn^pn)
*/
export declare class SPPParams extends ParamsEquation {
/** Y */
private _Y;
constructor(rY: number, nullParams?: boolean);
get Y(): ParamDefinition;
}
//# sourceMappingURL=spp_params.d.ts.map