Managed Iterative Algorithm<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.1.5
C#
An Object of a type determined by the derived class.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public virtual T Result { get; }Property Value
TAn Object of a type determined by the derived class.
Remarks
The type and value of this property is determined by the derived class.