UNPKG

@abaplint/runtime

Version:
13 lines (12 loc) 352 B
import { Hex } from "./hex"; import { ICharacter } from "./_character"; import { INumeric } from "./_numeric"; export declare class DecFloat34 { private value; constructor(); clone(): DecFloat34; set(value: INumeric | ICharacter | Hex | string | number | DecFloat34): this; clear(): void; getRaw(): number; get(): string; }