SportTracks 2.0 API
ValueRange<(Of <(T>)>) Class
SportTracks 2.0 APIZoneFiveSoftware.Common.DataValueRange<(Of <(T>)>)
Implementation of the IValueRange<(Of <(T>)>) interface.
Declaration Syntax
C#Visual Basic
public class ValueRange<T> : IValueRange<T> where T : IComparable
Public Class ValueRange(Of T As IComparable) _
	Implements IValueRange(Of T)
Generic Template Parameters
T
A type which implements IComparable.
Members
All MembersConstructorsProperties



IconMemberDescription
ValueRange<(Of <(T>)>)(T, T)
Construct a value range from the specified values. If the bounds are in the incorrect order they will be swapped.

Lower
The lower value in the range.

Upper
The upper value in the range.

Inheritance Hierarchy
Object
ValueRange<(Of <(T>)>)

Assembly: Common.Data (Module: Common.Data) Version: 2.0.2972.36983