Vector.

Multiply(Vector, double) Method

Summary

Multiplies the vector by the given scalar.
Namespace
Avalonia
Containing Type
Vector

Syntax

public static Vector Multiply(Vector vector, double scalar)

Parameters

Name Type Description
vector Vector The vector
scalar double The scalar value

Return Value

Type Description
Vector The scaled vector.