Table of Contents

Interface IInterval

Namespace
Cryville.Measure
Assembly
Cryville.Measure.dll
Interval.
public interface IInterval

Properties

EndpointTypes

The type of the endpoints of the interval.
IntervalEndpointTypes EndpointTypes { get; }

Property Value

IntervalEndpointTypes

IsExplicit

Whether the interval is explicit.
bool IsExplicit { get; }

Property Value

bool

MaxValue

The maximum value.
object MaxValue { get; }

Property Value

object

MinValue

The minimum value.
object MinValue { get; }

Property Value

object