'Declaration
Public Function New( _ ByVal start As Integer, _ ByVal increment As Integer, _ ByVal count As Integer _ )
'Usage
Dim start As Integer Dim increment As Integer Dim count As Integer Dim instance As New SamplingRateGroup(start, increment, count)
Parameters
- start
- The start.
- increment
- The increment.
- count
- The count.