MatrixMarketFile.Create Method

Creates a data file in delimited text format for writing.

Definition

Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public static MatrixMarketStream Create(
	string path,
	TextOptions options = null
)

Parameters

path  String
The path to the file.
options  TextOptions  (Optional)
A TextOptions object that specifies the options to use when writing the file.

Return Value

MatrixMarketStream
A MatrixMarketStream.

See Also