Extensions
01 Syntax
Microsoft.VisualBasic.Language.Vectorization.Extensions
02 Methods
03 Members
Add``1(Vector(Of ``0),
``0)Dynamics add a element into the target array.(注意:不推荐使用这个函数来频繁的向数组中添加元素,这个函数会频繁的分配内存,效率非常低)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
x | Vector(Of ``0) | - |
obj | ``0 | - |
ToVector(
IEnumerable(Of Boolean))Add(Vector(Of T),
T)