VectorMultiply(Vector, Vector) Method
Multiplies the first vector by the second.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Multiply(
Vector a,
Vector b
)
Public Shared Function Multiply (
a As Vector,
b As Vector
) As Vector
static member Multiply :
a : Vector *
b : Vector -> Vector
- a Vector
- The first vector.
- b Vector
- The second vector.
VectorThe scaled vector.