Click or drag to resize

MatValueVector Class

Represents a 1D double vector.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    Altaxo.Serialization.MatlabMatValueVector

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

The MatValueVector type exposes the following members.

Constructors
 NameDescription
Public methodMatValueVector Initializes a new instance of the MatValueVector record.
Top
Properties
 NameDescription
Public propertyData Gets the vector data.
Top
Methods
 NameDescription
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Top
See Also