yvesProduct(Single, Single) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static float Product(
float[] sV1,
float[] sV2
)
Public Shared Function Product (
sV1 As Single(),
sV2 As Single()
) As Single
Request Example
View SourceParameters
- sV1 Single
-
- sV2 Single
-
Return Value
SingleSee Also