Метод | Описание | |
---|---|---|
ApplyCalculation ( |
Applies the series of calculators to the specified runtime
|
|
CompositeCalculator ( ) : System |
Initializes a composite calculator with the specified calculators
|
|
CompositeCalculator ( IEnumerable |
Initializes a composite calculator with the specified calculators
|
public ApplyCalculation ( |
||
runtime | A runtime to which the series of calculators is applied | |
Результат | void |
public CompositeCalculator ( IEnumerable |
||
calculators | IEnumerable |
The series of calculators to be applied to runtimes |
Результат | System |