Interface: NumberFormatDto
@kortexya/reasoninglayer / Utilities / NumberFormatDto
Interface: NumberFormatDto
Defined in: src/types/utilities.ts:133
Number format options.
Properties
precision?
optionalprecision:number|null
Defined in: src/types/utilities.ts:135
Precision for real numbers.
scientific?
optionalscientific:boolean
Defined in: src/types/utilities.ts:137
Use scientific notation.