Numerical Integrator ND.Integrand Property
Gets or sets the function to integrate.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that represents a multivariate function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Func<Vector<double>, double> Integrand { get; set; }
Property Value
Func<Vector<Double>, Double>A delegate that represents a multivariate function.
Exceptions
Argument | The value is null. |