VPUIntRange Constructor (UInt32, UInt32)Virtual Photonics - VTS Library
Virtual Photonics
Defines a range of unsigned integers with a count of (stop - start) + 1

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

public UIntRange(
	uint start,
	uint stop
)
See Also