Sets this generators state to that stored in the given file using the
SaveStreamToFile function.
Namespace:
CenterSpace.NMath.CoreAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown if there is an error reading from the file. |