RangeF Constructor

Summary
Initializes a new instance of the RangeF class.
Syntax
C#
VB
C++
public RangeF( 
   Nullable<float> startValue, 
   Nullable<float> lastValue 
) 
  
Public Function New( _ 
   ByVal startValue As Nullable(Of Single), _ 
   ByVal lastValue As Nullable(Of Single) _ 
) 
public: 
RangeF(  
   Nullable<float> startValue, 
   Nullable<float> lastValue 
) 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

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