SAMAlignedSequenceHeaderRegionToBin Method |
Gets Bin for the specified region.
Note that this method returns zero for negative values.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static int RegionToBin(
int start,
int end
)
Public Shared Function RegionToBin (
start As Integer,
end As Integer
) As Integer
public:
static int RegionToBin(
int start,
int end
)
static member RegionToBin :
start : int *
end : int -> int
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