CSMSL.Tolerance.Tolerance C# (CSharp) Метод

Tolerance() публичный Метод

Creates a new tolerance given a unit, two points (one experimental and one theoretical), and whether the tolerance is ±
public Tolerance ( ToleranceUnit unit, double experimental, double theoretical, ToleranceType type = ToleranceType.PlusAndMinus ) : System
unit ToleranceUnit The units for this tolerance
experimental double The experimental value
theoretical double The theoretical value
type ToleranceType Whether the tolerance is full or half width
Результат System
        public Tolerance(ToleranceUnit unit, double experimental, double theoretical, ToleranceType type = ToleranceType.PlusAndMinus)
            : this(unit, GetTolerance(experimental, theoretical, unit), type)
        {
        }

Same methods

Tolerance::Tolerance ( ToleranceUnit unit, double value, ToleranceType type = ToleranceType.PlusAndMinus ) : System
Tolerance::Tolerance ( string s ) : System