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