|  | DoubleFunctionalDelegateFunction Property | 
            Gets and sets the delegate used to evaluate the functional.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Func<DoubleVector, double> Function { get; set; }Public Property Function As Func(Of DoubleVector, Double)
	Get
	Set
public:
property Func<DoubleVector^, double>^ Function {
	Func<DoubleVector^, double>^ get ();
	void set (Func<DoubleVector^, double>^ value);
}member Function : Func<DoubleVector, float> with get, set
Property Value
FuncDoubleVector, 
Double See Also
See Also