Click or drag to resize
DeltaAlignmentSorterAdd Method (Int64, Int64)
Adds id and value to sort.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Add(
	long id,
	long value
)

Parameters

id
Type: SystemInt64
Id of the delta alignment.
value
Type: SystemInt64
Value to sort.
See Also