Joins vectors together to form one large vector.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Vector<T> Join(
params Vector<T>[] vectors
)
Public Shared Function Join (
ParamArray vectors As Vector(Of T)()
) As Vector(Of T)
public:
static Vector<T>^ Join(
... array<Vector<T>^>^ vectors
)
static member Join :
vectors : Vector<'T>[] -> Vector<'T>
Parameters
- vectors
- Type: Extreme.Mathematics.GenericVectorT
An array VectorT objects.
Return Value
Type:
VectorTA
VectorT that contains the components of each element in the
vectors
array.
Numerical Libraries
Supported in: 5.x
Reference