yvesProduct(Single, Single, Single) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void Product(
float[,] sA,
float[,] sB,
float[,] sC
)
Public Shared Sub Product (
sA As Single(,),
sB As Single(,),
sC As Single(,)
)
Request Example
View SourceParameters
- sA Single
-
- sB Single
-
- sC Single
-
See Also