Click or drag to resize
DigitalRuneIntegratorFNumberOfIterations Property

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public int NumberOfIterations { get; protected set; }

Property Value

Type: Int32
The number of iterations.
Remarks
This property is not thread-safe.
See Also