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

Leadtools.Jpip Assembly