Gets the total number of trials.

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

Syntax

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

See Also