Time:09-25
CodePudding user response:
... Is to put the two dimensional array results output to a TXT file, but after running TXT file is shown in System. Double [and] is why?
static void Print (double [and] matrix, System. IO. TextWriter writer) {For (int y=0; Y & lt; Matrix. GetLength (0); Y++) {For (int x=0; x {Writer. Write (" {0, 6}, "matrix [y, x]). } Writer. WriteLine (); } }
Page link:https//www.codepudding.com/net/31152.html