KmerIndexerDictionary Constructor (Int32) |
Initializes a new instance of the KmerIndexerDictionary class with specified capacity.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public KmerIndexerDictionary(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
KmerIndexerDictionary(
int capacity
)
new :
capacity : int -> KmerIndexerDictionary
Parameters
- capacity
- Type: SystemInt32
Number of elements to store.
See Also