Click or drag to resize

ConvertXYVToMatrixOptions(ConvertXYVToMatrixOptions) Constructor

Initializes a new instance of the ConvertXYVToMatrixOptions class by copying another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ConvertXYVToMatrixOptions(
	ConvertXYVToMatrixOptions from
)

Parameters

from  ConvertXYVToMatrixOptions
The source options.
See Also