Click or drag to resize

MatValueObjectArray Class

Represents a MATLAB object array.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    Altaxo.Serialization.MatlabMatValueObjectArray

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

The MatValueObjectArray type exposes the following members.

Constructors
 NameDescription
Public methodMatValueObjectArray Represents a MATLAB object array.
Top
Properties
 NameDescription
Public propertyClassNameThe MATLAB class name of the object array.
Public propertyDimensionsThe dimensions of the object array.
Public propertyFieldsThe field data keyed by field name.
Public propertyIsColumnMajorA value indicating whether the element order follows MATLAB column-major layout.
Top
Methods
 NameDescription
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Top
See Also