Repeated1DIntegrator2D.UpperBoundFunction Property

Gets or sets the function that defines the upper bound in the secondary direction.

Definition

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

Property Value

Func<Double, Double>

See Also