Click or drag to resize

MatValueNumericArray Class

Represents an n-dimensional numeric array.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    Altaxo.Serialization.MatlabMatValueNumericArray

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class NumericArray : MatValue, 
	IEquatable<MatValueNumericArray>

The MatValueNumericArray type exposes the following members.

Constructors
 NameDescription
Public methodMatValueNumericArray Represents an n-dimensional numeric array.
Top
Properties
 NameDescription
Public propertyDataThe numeric values of the array.
Public propertyDimensionsThe dimensions of the array.
Public propertyIsColumnMajorA value indicating whether the array data is stored in column-major order.
Top
Methods
 NameDescription
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Top
See Also