KmerIndexerPositions Property |
Gets the starting position within sequence.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<long> Positions { get; }
Public ReadOnly Property Positions As IList(Of Long)
Get
public:
property IList<long long>^ Positions {
IList<long long>^ get ();
}
member Positions : IList<int64> with get
Property Value
Type:
IListInt64See Also