DeltaAlignmentParserGetPositions Method |
Gets the position of DeltaAlignments in the specified file.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<long> GetPositions()
Public Function GetPositions As IEnumerable(Of Long)
public:
IEnumerable<long long>^ GetPositions()
member GetPositions : unit -> IEnumerable<int64>
Return Value
Type:
IEnumerableInt64[Missing <returns> documentation for "M:Bio.Util.DeltaAlignmentParser.GetPositions"]
See Also