Numerical Integrator<T>.Integrand Property
Gets or sets the function to integrate.
Definition
Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A delegate that represents a function of one variable delegate.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public Func<T, T> Integrand { get; set; }
Property Value
Func<T, T>A delegate that represents a function of one variable delegate.