Add Method
Adds the second to the first vector
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Vector Add(
Vector a,
Vector b
)
Public Shared Function Add (
a As Vector,
b As Vector
) As Vector
static member Add :
a : Vector *
b : Vector -> Vector
Parameters
Return Value
Vector
The summed vector.