Click or drag to resize
SAMAlignedSequenceHeaderRegionToBin Method
Gets Bin for the specified region. Note that this method returns zero for negative values.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static int RegionToBin(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
Zero based start co-ordinate of alignment.
end
Type: SystemInt32
Zero based end co-ordinate of the alignment.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bio.IO.SAM.SAMAlignedSequenceHeader.RegionToBin(System.Int32,System.Int32)"]

See Also