Repeated1DIntegrator2D.UpperBoundFunction Property

Gets or sets the function that defines the upper 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> UpperBoundFunction { get; set; }

Property Value

Func<Double, Double>

See Also