Numerical Integrator 2D.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#
A delegate that represents a function of two variables delegate.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Func<double, double, double> Integrand { get; set; }
Property Value
Func<Double, Double, Double>A delegate that represents a function of two variables delegate.
Exceptions
Argument | The value is null. |