CapabilityAssumptionDiagnostics.Diagnostics Property

Gets the list of advisory diagnostic messages generated during assumption analysis. Empty when no cautionary observations were produced.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public IReadOnlyList<DiagnosticMessage> Diagnostics { get; }

Property Value

IReadOnlyList<DiagnosticMessage>

See Also