yves.Product(Single[], Single[], Single[2]) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntaxpublic 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[2]
-
See Also