ManagedIterativeAlgorithm<T, TError, TReport>.Result Property

Gets the result of an algorithm after it has executed.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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