Click or drag to resize

RandomNumberStreamSaveStreamToFile Method

Save this generators state to a file.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SaveStreamToFile(
	string filename
)

Parameters

filename  String
Path of the file.
Exceptions
ExceptionCondition
NMathExceptionThrown if there is an error writing to the file.
See Also