←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly