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