Click or drag to resize

ExportFromArrays Method

Exports a couple of x and y values into a non-evenly spaced Galactic SPC file.

Namespace: Altaxo.Serialization.Galactic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? FromArrays(
	double[] xvalues,
	double[] yvalues,
	string filename
)

Parameters

xvalues  Double
The x values of the spectrum.
yvalues  Double
The y values of the spectrum.
filename  String
The filename where to export to.

Return Value

String
Null if successful, otherwise an error description.
See Also