Multiply(Vector, Double) Method
Multiplies the vector by the given scalar.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Vector Multiply(
Vector vector,
double scalar
)
Public Shared Function Multiply (
vector As Vector,
scalar As Double
) As Vector
static member Multiply :
vector : Vector *
scalar : float -> Vector
Parameters
Return Value
Vector
The scaled vector.