NumericalIntegratorND.Integrand Property

Gets or sets the function to integrate.

Definition

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

Property Value

Func<Vector<Double>, Double>
A delegate that represents a multivariate function.

Exceptions

ArgumentNullException The value is null.

See Also