| 
               | 
            
              GridSearchRangeT Properties | 
          
The GridSearchRangeT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Index | 
              Gets or sets the index of the current value in the search,
              whose value will be shown in the Value property.
              | |
| Length | 
              Gets the number of values that this parameter can assume (the length of the parameter range).
              | |
| Value | 
              Gets the current value being considered during the grid-search.
              | |
| Values | 
              Gets or sets the range of values that should be tested for this parameter.
              |