Click or drag to resize

MatValueVector Constructor

Initializes a new instance of the MatValueVector record.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Vector(
	ReadOnlyMemory<double> data
)

Parameters

data  ReadOnlyMemoryDouble
The vector data.
See Also