Matrix |
public class MatrixSheet
The MatrixSheet type exposes the following members.
| Name | Description | |
|---|---|---|
| MatrixSheet | Initializes a new instance of MatrixSheet. |
| Name | Description | |
|---|---|---|
| Item | Get the matrix value at row r and column c, or NaN if out of range. | |
| X1 | The x-value that corresponds to the first column of the matrix. | |
| X2 | The x-value that corresponds to the last column of the matrix. | |
| Y1 | The y-value that corresponds to the first row of the matrix. | |
| Y2 | The y-value that corresponds to the last row of the matrix. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ImaginaryPart | Return the imaginary part at the specified position or NaN if out of range. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ColorMap | Color map applied to the sheet. | |
| ColumnCount | Number of columns in the sheet. | |
| Command | Command or formula associated with the matrix sheet. | |
| Data | Raw data values for the matrix sheet stored in row-major order. | |
| DecimalPlaces | Number of decimal places used for display in the sheet. | |
| ImaginaryData | Imaginary parts corresponding to Data, used for complex numbers. | |
| Index | Index of the sheet within the parent matrix. | |
| Name | Name of the matrix sheet. | |
| NumericDisplayType | Numeric display type for values in this sheet. | |
| RowCount | Number of rows in the sheet. | |
| SignificantDigits | Number of significant digits used for display in the sheet. | |
| ValueTypeSpecification | Formatting specification for values in the sheet. | |
| View | View type (data view or image view) used to render the sheet. | |
| Width | Width (display) for the matrix sheet. |