Example #1
0
 public static string toString(this MMatrix mMatrix)
 {
     return(mMatrix == null ? "" : mMatrix.toArray().toString());
 }