@abaplint/runtime
Version:
Transpiler - Runtime
5 lines (4 loc) • 328 B
TypeScript
import { Float, Integer, Integer8 } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function multiply(left: INumeric | ICharacter | string | Integer8 | number, right: INumeric | ICharacter | string | Integer8 | number): Integer | Integer8 | Float;