 | RombergIntegratorOrder Property |
Gets the order of the Romberg approximation.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic int Order { get; }
Public ReadOnly Property Order As Integer
Get
public:
property int Order {
int get ();
}
member Order : int with get
Property Value
Type:
Int32
See Also