Save this generators state to a file.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void SaveStreamToFile(
	string filename
)
Visual Basic (Declaration)
Public Sub SaveStreamToFile ( _
	filename As String _
)
Visual C++
public:
void SaveStreamToFile(
	String^ filename
)

Parameters

filename
Type: System..::.String
Path of the file.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathExceptionThrown if there is an error writing to the file.

See Also