Method | Description | |
---|---|---|
fixedWidthDoubletoString ( double x, int w, int d ) : System.String |
Format double with Fw.d. *
|
|
fixedWidthIntegertoString ( int n, int w ) : System.String |
Format integer with Iw. *
|
|
magic ( int n ) : DotNetMatrix.GeneralMatrix |
Generate magic square test matrix. *
|
Method | Description | |
---|---|---|
Main ( System argv ) : void | ||
print ( System s ) : void |
Shorten spelling of print. *
|
public static fixedWidthDoubletoString ( double x, int w, int d ) : System.String | ||
x | double | |
w | int | |
d | int | |
return | System.String |
public static fixedWidthIntegertoString ( int n, int w ) : System.String | ||
n | int | |
w | int | |
return | System.String |
public static magic ( int n ) : DotNetMatrix.GeneralMatrix | ||
n | int | |
return | DotNetMatrix.GeneralMatrix |