Interface IRangeBoundingOptions<T>
Namespace: Unity.MARS.Conditions
Syntax
public interface IRangeBoundingOptions<T> : IRangeBoundingOptions
Type Parameters
Name | Description |
---|---|
T |
Properties
maximum
The value at the top end of a condition's acceptable range
Declaration
T maximum { get; set; }
Property Value
Type | Description |
---|---|
T |
minimum
The value at the bottom end of a condition's acceptable range
Declaration
T minimum { get; set; }
Property Value
Type | Description |
---|---|
T |