UNPKG

jalhyd

Version:

JaLHyd, a Javascript Library for Hydraulics

26 lines 792 B
import { Nub } from "../internal_modules"; import { Result } from "../internal_modules"; import { PabNombreParams } from "../internal_modules"; export declare class PabNombre extends Nub { /** * { symbol => string } map that defines units for extra results */ private static _resultsUnits; constructor(prms: PabNombreParams, dbg?: boolean); /** * paramètres castés au bon type */ get prms(): PabNombreParams; Equation(sVarCalc: string): Result; /** * paramétrage de la calculabilité des paramètres */ protected setParametersCalculability(): void; static resultsUnits(): { DHR: string; DHB: string; DHH: string; }; protected exposeResults(): void; } //# sourceMappingURL=pab_nombre.d.ts.map