9 lines
295 B
TypeScript
9 lines
295 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Return a formatted string for the value passed in.
|
|
* @param value
|
|
* @param maxDecimals
|
|
*/
|
|
function GaugeValueFormatter(value: number, maxDecimals?: number): string;
|
|
}
|
|
//# sourceMappingURL=GaugeValueFormatter.d.ts.map
|