Click or drag to resize

MatrixSheet Class

Represents a single sheet inside a matrix object.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginMatrixSheet

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class MatrixSheet

The MatrixSheet type exposes the following members.

Constructors
 NameDescription
Public methodMatrixSheetInitializes a new instance of MatrixSheet.
Top
Properties
 NameDescription
Public propertyItemGet the matrix value at row r and column c, or NaN if out of range.
Public propertyX1The x-value that corresponds to the first column of the matrix.
Public propertyX2The x-value that corresponds to the last column of the matrix.
Public propertyY1The y-value that corresponds to the first row of the matrix.
Public propertyY2The y-value that corresponds to the last row of the matrix.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImaginaryPartReturn the imaginary part at the specified position or NaN if out of range.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldColorMapColor map applied to the sheet.
Public fieldColumnCountNumber of columns in the sheet.
Public fieldCommandCommand or formula associated with the matrix sheet.
Public fieldDataRaw data values for the matrix sheet stored in row-major order.
Public fieldDecimalPlacesNumber of decimal places used for display in the sheet.
Public fieldImaginaryDataImaginary parts corresponding to Data, used for complex numbers.
Public fieldIndexIndex of the sheet within the parent matrix.
Public fieldNameName of the matrix sheet.
Public fieldNumericDisplayTypeNumeric display type for values in this sheet.
Public fieldRowCountNumber of rows in the sheet.
Public fieldSignificantDigitsNumber of significant digits used for display in the sheet.
Public fieldValueTypeSpecificationFormatting specification for values in the sheet.
Public fieldViewView type (data view or image view) used to render the sheet.
Public fieldWidthWidth (display) for the matrix sheet.
Top
See Also