Repeated1DIntegrator2D.LowerBoundFunction Property

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

Definition

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

Property Value

Func<Double, Double>

See Also