yvesSubtract(Single, Single, Single) Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static void Subtract(
	float[,] sM1,
	float[,] sM2,
	float[,] sMR
)

Parameters

sM1  Single
 
sM2  Single
 
sMR  Single
 

See Also