C# Класс Grasp.FunctionCalculator

A function-based calculation which applies to GraspRuntimes
Наследование: ICalculator
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyCalculation ( GraspRuntime runtime ) : void

Applies the function to the specified runtime

FunctionCalculator ( Variable outputVariable, object>.Func function ) : System

Initializes a function calculator with the specified output variable and function

Описание методов

ApplyCalculation() публичный Метод

Applies the function to the specified runtime
public ApplyCalculation ( GraspRuntime runtime ) : void
runtime GraspRuntime A runtime to which the function is applied
Результат void

FunctionCalculator() публичный Метод

Initializes a function calculator with the specified output variable and function
public FunctionCalculator ( Variable outputVariable, object>.Func function ) : System
outputVariable Variable 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