Gets the stream.

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

Syntax

C#
public RandomNumberStream Stream { get; }
Visual Basic (Declaration)
Public ReadOnly Property Stream As RandomNumberStream
Visual C++
public:
property RandomNumberStream^ Stream {
	RandomNumberStream^ get ();
}

See Also