Class ClosedOpenInterval represents a numeric interval with an inclusive lower bound and an exclusive upper bound.

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

Syntax

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

Inheritance Hierarchy

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

See Also