ManagedIterativeAlgorithm<T, TError, TReport>.Result Property

Gets the result of an algorithm after it has executed.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual T Result { get; }

Property Value

T
An Object of a type determined by the derived class.

Remarks

The type and value of this property is determined by the derived class.

See Also