NumericalIntegrator.Integrand Property

Gets or sets the function to integrate.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Func<double, double> Integrand { get; set; }

Property Value

Func<Double, Double>
A delegate that represents a function of one variable delegate.

See Also