Table of Contents

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

double

Min

Gets the minimum value of the range.

double Min { get; }

Property Value

double