Rule Set Evaluation.Trigger Indexes Property
Gets the set of point indexes where a violation was triggered.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public IEnumerable<int> TriggerIndexes { get; }Property Value
IEnumerable<Int32>Remarks
This property provides a convenient way to iterate over all point
indexes that trigger at least one rule violation. It is
computed lazily.