Gets the order of the numerical integrator.
Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property Order As Integer |
| C# |
|---|
public abstract int Order { get; } |
| C++ |
|---|
public: virtual int Order { int get () abstract; } |
Value
An integer greater than 0.
Remarks
The value of this property depends on
the algorithm and integration rule.