'Declaration Public Function ClearRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ ) As Double
public double ClearRange( int startingIndex, int count )
Parameters
- startingIndex
- Index of the starting.
- count
- The count.
Return Value
The delta value.