Gets the number of independent trials.

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

Syntax

C#
public int NumberOfTrials { get; internal set; }
Visual Basic (Declaration)
Public Property NumberOfTrials As Integer
Visual C++
public:
property int NumberOfTrials {
	int get ();
	void set (int value);
}

See Also