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