Gets and sets the delegate used to evaluate the functional.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Func<DoubleVector, double> Function { get; set; }
Visual Basic (Declaration)
Public Property Function As Func(Of DoubleVector, Double)
Visual C++
public:
property Func<DoubleVector^, double>^ Function {
	Func<DoubleVector^, double>^ get ();
	void set (Func<DoubleVector^, double>^ value);
}

See Also