adaptive-expressions
Version:
Common Expression Language
24 lines • 637 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Format number into required decimal numbers.
*/
export declare class FormatNumber extends ExpressionEvaluator {
/**
* Initializes a new instance of the [FormatNumber](xref:adaptive-expressions.FormatNumber) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
private static roundToPrecision;
private static validator;
}
//# sourceMappingURL=formatNumber.d.ts.map