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

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

Syntax

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

Inheritance Hierarchy

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

See Also