NumericalIntegrator<T>.UpperBound Property

Gets or sets the upper bound of the integration interval.

Definition

Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public T UpperBound { get; set; }

Property Value

T

See Also