Property Threshold
Threshold
Gets or sets the accumulator threshold. A line is returned when the corresponding accumulator is greater than this value.
[Range(1, 2147483647)]
public int Threshold { get; set; }
Gets or sets the accumulator threshold. A line is returned when the corresponding accumulator is greater than this value.
[Range(1, 2147483647)]
public int Threshold { get; set; }