MaxErrorThreshold property

double get MaxErrorThreshold

Implementation

double get MaxErrorThreshold => ref.MaxErrorThreshold;
set MaxErrorThreshold (double value)

Implementation

set MaxErrorThreshold(double value) => ref.MaxErrorThreshold = value;