adaptive-expressions
Version:
Common Expression Language
22 lines • 607 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { MultivariateNumericEvaluator } from './multivariateNumericEvaluator';
/**
* Return the result from subtracting the next number from the previous number.
*/
export declare class Subtract extends MultivariateNumericEvaluator {
/**
* Initializes a new instance of the [Subtract](xref:adaptive-expressions.Subtract) class.
*/
constructor();
/**
* @private
*/
private static func;
}
//# sourceMappingURL=subtract.d.ts.map