SAMAlignedSequenceHeaderMPos Property |
One-based leftmost mate position 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 MPos { get; set; }
Public Property MPos As Integer
Get
Set
public:
property int MPos {
int get ();
void set (int value);
}
member MPos : int with get, set
Property Value
Type:
Int32See Also