Click or drag to resize

IParametrizedFunctionDDD Interface

Provides the interface to a function with one or more Double arguments and one or more resulting Double values. The evaluation is parameterized by one or more parameters.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IParametrizedFunctionDDD

The IParametrizedFunctionDDD type exposes the following members.

Methods
 NameDescription
Public methodEvaluate Evaluates the function.
Top
See Also