Class describing a range of values for a given type T
Inheritance Hierarchy SystemObject
Zivid.NETRangeT
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax generic<typename T>
public ref class Range
Type Parameters
- T
The RangeT type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Max | The maximum value |
| Min | The minimum value |
TopMethods
| Name | Description |
---|
| ToString | Get string representation of the object (Overrides ObjectToString.) |
TopSee Also