Namespace: DWSIM.MathOps.MathEx.MatrixOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static string PrintMat(
double[,] Mat
)
Public Shared Function PrintMat (
Mat As Double(,)
) As String
Request Example
View SourceParameters
- Mat Double
-
Return Value
StringSee Also