yvesSolve(Single, Single, Single) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static bool Solve(
float[,] sA,
float[] sX,
float[] sY
)
Public Shared Function Solve (
sA As Single(,),
sX As Single(),
sY As Single()
) As Boolean
Request Example
View SourceParameters
- sA Single
-
- sX Single
-
- sY Single
-
Return Value
BooleanSee Also