|
IRangeT Interface
|
Common interface for Range objects, such as
DoubleRange,
IntRange or
Range. A range represents the
interval between two values in the form [min, max].
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public interface IRange<T> : IFormattable
Public Interface IRange(Of T)
Inherits IFormattable
Request Example
View SourceType Parameters
- T
- The type of the range.
The IRangeT type exposes the following members.
Properties
| Name | Description |
---|
| Max |
Maximum value of the range.
|
| Min |
Minimum value of the range.
|
TopMethods
| Name | Description |
---|
| ToString | Formats the value of the current instance using the specified format. (Inherited from IFormattable.) |
TopSee Also