yvesSum(Single, Single) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void Sum(
float[,] sM,
float[] sV
)
Public Shared Sub Sum (
sM As Single(,),
sV As Single()
)
Request Example
View SourceParameters
- sM Single
-
- sV Single
-
See Also