Click or drag to resize

DataFrameSave(String) Method

Exports the contents of this data frame to a text file.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Save(
	string filename
)

Parameters

filename  String
The output filename.
Remarks
By default, the saved file includes column headers and row keys. Column data is tab delimited. Formatting uses the column formatting which by default is StatsSettings.NumericFormat, StatsSettings.IntegerFormat and StatsSettings.DateTimeFormat.
See Also