VectorMultiply(Vector, Double) Operator

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public static Vector operator *(
	Vector A,
	double s
)

Parameters

A  Vector
 
s  Double
 

Return Value

Vector

See Also