Method | Description | |
---|---|---|
BeginRow ( ) : void |
Begin a row.
|
|
IsInRange ( ) : bool |
Determine if the specified value is in range.
|
|
NominalItem ( ) : System |
Construct a empty range item. Used mainly for reflection.
|
|
NominalItem ( IInputField inputField, double low, double high ) : System |
Create a nominal item.
|
public NominalItem ( IInputField inputField, double low, double high ) : System | ||
inputField | IInputField | The field that this item is based on. |
low | double | The low value. |
high | double | The high value. |
return | System |