Spread for ASP.NET 10 Product Documentation
LinearRange Constructor


The start.
The end.
Initializes a new instance of the LinearRange struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Integer, _
   ByVal end As Integer _
)
'Usage
 
Dim start As Integer
Dim end As Integer
 
Dim instance As New LinearRange(start, end)
public LinearRange( 
   int start,
   int end
)

Parameters

start
The start.
end
The end.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

LinearRange Structure
LinearRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.