Метод | Описание | |
---|---|---|
ApplyCalculation ( |
Applies the function to the specified runtime
|
|
FunctionCalculator ( |
Initializes a function calculator with the specified output variable and function
|
public ApplyCalculation ( |
||
runtime | A runtime to which the function is applied | |
Результат | void |
public FunctionCalculator ( |
||
outputVariable | The variable to which the output of the specified function is assigned | |
function | object>.Func | The function which calculates the value to be assigned to the specified output variable |
Результат | System |