  | StochasticHillClimbingSolverSteps Property | 
            Gets the number of steps performed by the solver during the most recent
            solve attempt.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic long Steps { get; }Public ReadOnly Property Steps As Long
	Get
public:
property long long Steps {
	long long get ();
}member Steps : int64 with get
Property Value
Int64
See Also