DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.12.0" />

.NET API 577,944 bytes

 BoundType

public enum BoundType
Indicates whether an endpoint of some range is contained in the range itself ("closed") or not ("open").
Closed = 3

Both endpoints are considered part of the set.

The left endpoint value is considered part of the set: [X, Y)

Open = 0

Both endpoints are not considered part of the set: (X, Y)

The right endpoint value is considered part of the set: (X, Y]