Gets or sets the function to integrate.
Namespace:
Extreme.Mathematics.Calculus
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<double, double, double> Integrand { get; set; }
Public Property Integrand As Func(Of Double, Double, Double)
Get
Set
public:
property Func<double, double, double>^ Integrand {
Func<double, double, double>^ get ();
void set (Func<double, double, double>^ value);
}
member Integrand : Func<float, float, float> with get, set
Property Value
Type:
FuncDouble,
Double,
DoubleA delegate that represents a function of two variables delegate.
Reference