| StatisticsListSubSequence Method  | 
            The Sub Sequence.
            
 
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic SufficientStatistics SubSequence(
	int start,
	int count
)
Public Function SubSequence ( 
	start As Integer,
	count As Integer
) As SufficientStatistics
public:
SufficientStatistics^ SubSequence(
	int start, 
	int count
)
member SubSequence : 
        start : int * 
        count : int -> SufficientStatistics 
Parameters
- start
 - Type: SystemInt32
Starting position. - count
 - Type: SystemInt32
The Count. 
Return Value
Type: 
SufficientStatisticsSufficient Statistics.
See Also