Interface IRange
- Namespace
- Tol
- Assembly
- Tol.dll
Range interface defining minimum and maximum values.
public interface IRange
Properties
Max
Gets the maximum value of the range.
double Max { get; }
Property Value
Min
Gets the minimum value of the range.
double Min { get; }