←Select platform

RangeF Constructor

Summary
Initializes a new instance of the RangeF class.

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

Parameters

startValue
The first value of the range.

lastValue
The last value of the range.

Requirements

Target Platforms

See Also

Reference

RangeF Class

RangeF Members

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

Leadtools.Jpip Assembly

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