Click or drag to resize

RangeT Class

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
public class Range<T>

Type Parameters

T

The RangeT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMax
The maximum value
Public propertyMin
The minimum value
Top
Methods
  NameDescription
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also