C#
VB
C++
Initializes a new instance of the Range class.
public Range(
Nullable<int> startValue,
Nullable<int> lastValue
)
Public Function New( _
ByVal startValue As Nullable(Of Integer), _
ByVal lastValue As Nullable(Of Integer) _
)
public:
Range(
Nullable<int> startValue,
Nullable<int> lastValue
)
startValue
The start number of range.
lastValue
The last number of range.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET