Sets this generators state to that stored in the given file using the SaveStreamToFile function.

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathExceptionThrown if there is an error reading from the file.

See Also