Class ClosedInterval represents a numeric interval with inclusive lower and upper bounds.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class ClosedInterval : Interval
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ClosedInterval _
	Inherits Interval
Visual C++
[SerializableAttribute]
public ref class ClosedInterval : public Interval

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.Interval
    CenterSpace.NMath.Core..::.ClosedInterval

See Also