|  | DoubleParameterizedDelegate(FuncDoubleVector, Double, Double) Constructor | 
            Constructs a DoubleParameterizedDelegate instance from the given
            delegate.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleParameterizedDelegate(
	Func<DoubleVector, double, double> f
)
Public Sub New ( 
	f As Func(Of DoubleVector, Double, Double)
)
public:
DoubleParameterizedDelegate(
	Func<DoubleVector^, double, double>^ f
)
new : 
        f : Func<DoubleVector, float, float> -> DoubleParameterizedDelegateParameters
- f  FuncDoubleVector, Double, Double
- The constructed instance will use the delegate f to
            implement the Evaluate method inherited from DoubleParameterizedFunction
 See Also
See Also