Class describing a range of values for a given type T
Inheritance HierarchySystemObject
Zivid.NETRangeT
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxgeneric<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 |
Top
Methods
| Name | Description |
---|
 | ToString | Get string representation of the object (Overrides ObjectToString.) |
Top
See Also