Click or drag to resize
DeltaAlignmentSorter Constructor (Int64)
Initializes a new instance of the DeltaAlignmentSorter class with specified capacity.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public DeltaAlignmentSorter(
	long referenceSequenceLength
)

Parameters

referenceSequenceLength
Type: SystemInt64
Reference sequence length.
See Also