Constructs a DoubleParameterizedDelegate instance from the given
delegate.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleParameterizedDelegate( Func<DoubleVector, double, double> f ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ f As Func(Of DoubleVector, Double, Double) _ ) |
| Visual C++ |
|---|
public: DoubleParameterizedDelegate( Func<DoubleVector^, double, double>^ f ) |
Parameters
- f
- Type: System..::.Func<(Of <(DoubleVector, Double, Double>)>)
The constructed instance will use the delegate f to implement the Evaluate method inherited from DoubleParameterizedFunction