adaptive-expressions
Version:
Common Expression Language
22 lines • 605 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { NumberTransformEvaluator } from './numberTransformEvaluator';
/**
* Returns the smallest integral value that is greater than or equal to the specified number.
*/
export declare class Ceiling extends NumberTransformEvaluator {
/**
* Initializes a new instance of the [Ceiling](xref:adaptive-expressions.Ceiling) class.
*/
constructor();
/**
* @private
*/
private static func;
}
//# sourceMappingURL=ceiling.d.ts.map