Interface IRange
A range of values between a minimum and maximum (inclusive)
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IRange
Properties
| Improve this Doc View SourceMaximum
The maximum value of the range
Declaration
object Maximum { get; }
Property Value
Type | Description |
---|---|
System.Object |
Minimum
The minimum value of the range
Declaration
object Minimum { get; }
Property Value
Type | Description |
---|---|
System.Object |