IMSL C# Numerical Library

PrintMatrixFormat Members

PrintMatrixFormat overview

Public Instance Constructors

PrintMatrixFormat Constructor Constructs a PrintMatrixFormat object.

Public Instance Properties

FirstColumnNumber Turns on column labeling with index numbers and sets the index for the label of the first column.
FirstRowNumber Turns on row labeling with index numbers and sets the index for the label of the first row.
NumberFormat The NumberFormat to be used in formatting double and Complex entries.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Format 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.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
SetColumnLabels Turns on column labeling using the given labels.
SetNoColumnLabels Turns off column labels.
SetNoRowLabels Turns off row labels.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

PrintMatrixFormat Class | Imsl.Math Namespace | PrintMatrix | Convert | Simple Example | Example overrriding format method.