SAMAlignedSequenceHeaderGetFlag Method (Int32) |
Gets the SAMFlag for the specified integer value.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static SAMFlags GetFlag(
int value
)
Public Shared Function GetFlag (
value As Integer
) As SAMFlags
public:
static SAMFlags GetFlag(
int value
)
static member GetFlag :
value : int -> SAMFlags
Parameters
- value
- Type: SystemInt32
Value for which the SAMFlag is required.
Return Value
Type:
SAMFlags[Missing <returns> documentation for "M:Bio.IO.SAM.SAMAlignedSequenceHeader.GetFlag(System.Int32)"]
See Also