Click or drag to resize
StatisticsListRemoveRange Method
Remove Range.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void RemoveRange(
	int startPos,
	int count
)

Parameters

startPos
Type: SystemInt32
Starting position.
count
Type: SystemInt32
The no of Count to be removed.
See Also