Numerical Integrator 2D.Integrand Property
Gets or sets the function to integrate.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
A function of two variables delegate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public Func<double, double, double> Integrand { get; set; }Property Value
Func<Double, Double, Double>A function of two variables delegate.
Exceptions
| Argument | The value is null. |