Click or drag to resize

IParametrizedScalarFunctionDD Interface

Provides the interface to a function with one double argument, and one resulting double value. The evaluation is parametrized by one or more parameters.

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

The IParametrizedScalarFunctionDD type exposes the following members.

Methods
 NameDescription
Public methodEvaluate The function evaluation.
Top
See Also