VectorMultiply(Vector, Double) Method

Multiplies the vector by the given scalar.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Multiply(
	Vector vector,
	double scalar
)

Parameters

vector  Vector
The vector
scalar  Double
The scalar value

Return Value

Vector
The scaled vector.

See Also