Click or drag to resize

IScalarFunctionDD Interface

Provides the interface to a function with one Double argument and one resulting Double value.

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

The IScalarFunctionDD type exposes the following members.

Methods
 NameDescription
Public methodEvaluate Evaluates the function.
Top
See Also