DriverAppMetricsOptionsSetSignificantDigits Method  | 
 
            The number of significant decimal digits to which internal structures will maintain
            value resolution and separation (for example, 3 means that recordings up to 1 second will be recorded with a
            resolution of 1 millisecond or better).
            This must be between 0 and 5. If the value is out of range, an exception is thrown.
            
 
    Namespace: 
   Dse.AppMetrics
    Assembly:
   Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntaxpublic DriverAppMetricsOptions SetSignificantDigits(
	int digits
)
Parameters
- digits
 - Type: SystemInt32
 
Return Value
Type: 
DriverAppMetricsOptions
See Also