Gets the number of independent streams.

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

Syntax

C#
public int NumberOfStreams { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfStreams As Integer
Visual C++
public:
property int NumberOfStreams {
	int get ();
}

See Also