SAMAlignedSequencePos Property |
One-based leftmost position/coordinate of the clipped sequence.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int Pos { get; set; }
Public Property Pos As Integer
Get
Set
public:
property int Pos {
int get ();
void set (int value);
}
member Pos : int with get, set
Property Value
Type:
Int32See Also