Appends a vector at the end of this vector and returns the result.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
IVector Append(
IVector other
)
Function Append (
other As IVector
) As IVector
IVector^ Append(
IVector^ other
)
abstract Append :
other : IVector -> IVector
Parameters
- other
- Type: Extreme.CollectionsIVector
Another vector.
Return Value
Type:
IVectorThe new vector.
Numerical Libraries
Supported in: 5.x
Reference