Click or drag to resize

yves.Product(Single[], Single[], Single[2]) Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static void Product(
	float[] sM,
	float[] sX,
	float[,] sY
)
Request Example View Source

Parameters

sM  Single[]
 
sX  Single[]
 
sY  Single[2]
 
See Also