![]() |
Discrete








Public Data Item |
Declared in: NiNumedit.h |
Declaration
bool Discrete;
Description
Specifies if the control is in discrete or continuous mode.
Note: When the control is in discrete mode, the valid values are limited. The value of the control is always assigned to the closest discrete value. For example, you can set the control to allow only integers, where the valid values are -1, 0, 1, 2 , 3, and so on, by using a discrete axis.