  | NMFactDefaultNumIterations Property | 
            Gets and sets the default number of iterations.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int DefaultNumIterations { get; set; }Public Shared Property DefaultNumIterations As Integer
	Get
	Set
public:
static property int DefaultNumIterations {
	int get ();
	void set (int value);
}static member DefaultNumIterations : int with get, set
Property Value
Int32
See Also