adaptive-expressions
Version:
Common Expression Language
22 lines • 567 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the highest value from an array. The array is inclusive at both ends.
*/
export declare class Max extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Max](xref:adaptive-expressions.Max) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=max.d.ts.map