Click or drag to resize

MatValue Class

Base type for values imported from MATLAB MAT-files.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    More

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

The MatValue type exposes the following members.

Constructors
 NameDescription
Protected methodMatValueInitializes a new instance of the MatValue class
Top
Methods
 NameDescription
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also
Inheritance Hierarchy