DeltaAlignmentSorterAdd Method (Int64, Int64) |
Adds id and value to sort.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Add(
long id,
long value
)
Public Sub Add (
id As Long,
value As Long
)
public:
void Add(
long long id,
long long value
)
member Add :
id : int64 *
value : int64 -> unit
Parameters
- id
- Type: SystemInt64
Id of the delta alignment. - value
- Type: SystemInt64
Value to sort.
See Also