Click or drag to resize

IntervalT Properties

The IntervalT type exposes the following members.

Properties
 NameDescription
Public propertyArithmeticAverage Gets the arithmetic average of this interval.
Public propertyStatic memberInflateDown Gets a function that inflates a value towards negative infinity (used to ensure a conservative lower bound).
Public propertyStatic memberInflateUp Gets a function that inflates a value towards positive infinity (used to ensure a conservative upper bound).
Public propertyMax Represents the upper bound of this interval.
Public propertyMin Represents the lower bound of this interval.
Public propertyStatic memberOne Gets a value that represents the number one as a single-point interval, [1,1].
Public propertySize Gets the size of this interval, calculated as Max minus Min.
Public propertyStatic memberTwo Gets a value that represents the number two as a single-point interval, [2,2].
Public propertyStatic memberZero Gets a value that represents the number zero as a single-point interval, [0,0].
Top
See Also