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[] sM,
float[] sX,
float[,] sY
)
Public Shared Sub Product (
sM As Single(),
sX As Single(),
sY As Single(,)
)
Request Example
View SourceParameters
- sM Single
-
- sX Single
-
- sY Single
-
See Also