Class OverridableTolerance
Inheritance
System.Object
OverridableTolerance
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class OverridableTolerance : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
StandardValue
Declaration
public double StandardValue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Value
Declaration
public Overridable<double> Value { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods