VPRange T  ClassVirtual Photonics - VTS Library
Virtual Photonics
Immutable class that specifies a range of values and allows enumeration
Inheritance Hierarchy

OnlineSystem Object
  Vts BindableObject
    Vts Range T 
      Vts.Common DoubleRange
      Vts.Common FloatRange
      Vts.Common IntRange
      Vts.Common LongRange
      Vts.Common UIntRange

Namespace: Vts
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public abstract class Range<T> : BindableObject 
where T : struct, new()
Type Parameters

T
The type of the values in the range
See Also