| PowerMethodNumIterations Property |
Gets the number of iterations performed in the most recent calculation.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int NumIterations { get; }
Public ReadOnly Property NumIterations As Integer
Get
public:
property int NumIterations {
int get ();
}
member NumIterations : int with get
Property Value
Int32See Also