controlP5 / Controller / setDecimalPrecision( )
- name
- setDecimalPrecision ( )
- description
- sets the decimal precision of a controller's float value displayed. the precision does not apply to the returned float value.
- Syntax
setDecimalPrecision(theValue);
- parameters
- theValue
- Returns
- None
- Usage
- Web & Application
- Related