←Select platform

Range Constructor

Summary
Initializes a new instance of the Range class.

Syntax
C#
C++/CLI
Python
public Range( 
   Nullable<int> startValue, 
   Nullable<int> lastValue 
) 
public: 
Range(  
   Nullable<int> startValue, 
   Nullable<int> lastValue 
) 
__init__(self,startValue,lastValue) # Overloaded constructor 

Parameters

startValue
The start number of range.

lastValue
The last number of range.

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.