adaptive-expressions
Version:
Common Expression Language
26 lines • 634 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { MultivariateNumericEvaluator } from './multivariateNumericEvaluator';
/**
* Return the integer result from dividing two numbers.
*/
export declare class Divide extends MultivariateNumericEvaluator {
/**
* Initializes a new instance of the [Divide](xref:adaptive-expressions.Divide) class.
*/
constructor();
/**
* @private
*/
private static func;
/**
* @private
*/
private static verify;
}
//# sourceMappingURL=divide.d.ts.map