Click or drag to resize

MatLibScalarMultiply Method


Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double[,] ScalarMultiply(
	double Value,
	double[,] Mat
)
Request Example View Source

Parameters

Value  Double
 
Mat  Double
 

Return Value

Double
See Also