libStatGen Software
1
|
Public Member Functions | |
ColumnExtras (ColumnExtras &original) | |
void | SetLabel (const char *name) |
void | SetPrecision (int p) |
void | SetWidth (int w) |
int | GetWidth () |
int | GetPrecision () |
ColumnExtras & | operator= (ColumnExtras &rhs) |
void | Swap (ColumnExtras &rhs) |
Public Attributes | |
String | label |
Definition at line 26 of file MathMatrix.h.