![]() |
Constructs a PrintMatrixFormat object. |
![]() | Turns on column labeling with index numbers and sets the index for the label of the first column. |
![]() | Turns on row labeling with index numbers and sets the index for the label of the first row. |
![]() | The NumberFormat to be used in formatting double and Complex entries. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns a formatted string. This method is used by the methods Print and PrintHTML. This method can be overridden to gain finer control over printing. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Turns on column labeling using the given labels. |
![]() | Turns off column labels. |
![]() | Turns off row labels. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
PrintMatrixFormat Class | Imsl.Math Namespace | PrintMatrix | Convert | Simple Example | Example overrriding format method.