Intersoft ClientUI Documentation
GetIntervalsInclusive Method



The start value.
The end value.
The total number of intervals.
Returns that intervals between a start and end value, including those start and end values.
Syntax
Public Shared Function GetIntervalsInclusive( _
   ByVal start As Long, _
   ByVal end As Long, _
   ByVal count As Long _
) As IEnumerable(Of Long)
Dim start As Long
Dim end As Long
Dim count As Long
Dim value As IEnumerable(Of Long)
 
value = ValueHelper.GetIntervalsInclusive(start, end, count)
public static IEnumerable<long> GetIntervalsInclusive( 
   long start,
   long end,
   long count
)
public:
static IEnumerable<int64>^ GetIntervalsInclusive( 
   int64 start,
   int64 end,
   int64 count
) 

Parameters

start
The start value.
end
The end value.
count
The total number of intervals.

Return Value

A sequence of intervals.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueHelper Class
ValueHelper Members

Send Feedback