VPRange T  Constructor (T, T, Int32)Virtual Photonics - VTS Library
Virtual Photonics
Defines the range

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

public Range(
	T start,
	T stop,
	int number
)

Parameters

start
Type: T
The start of the range
stop
Type: T
The end of the range
number
Type: OnlineSystem Int32
The number of values in the range, inclusive of the endpoints
See Also