Save this generators state to a file.
Namespace:
CenterSpace.NMath.CoreAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown if there is an error writing to the file. |