Home > @josh-brown/vector > ArrayVector > add
Implements vector addition
Signature:
add(other: Vector<S>): Vector<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Vector<S> |
The vector to add |
Returns:
Vector<S>
The vector sum
Home > @josh-brown/vector > ArrayVector > add
Implements vector addition
Signature:
add(other: Vector<S>): Vector<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Vector<S> |
The vector to add |
Returns:
Vector<S>
The vector sum