Click or drag to resize

yvesSolve(Single, Single, Single) Method


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

Parameters

sA  Single
 
sX  Single
 
sY  Single
 

Return Value

Boolean
See Also