Click or drag to resize
SAMAlignedSequenceHeaderGetFlag Method (Int32)
Gets the SAMFlag for the specified integer value.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static SAMFlags GetFlag(
	int value
)

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