←Select platform

RangeF Constructor (RangeF)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Jpip Assembly
Click or drag to resize