Read-only |
About Trace Statistics |
Description |
Returns the standard deviation of the measurement. |
VB Syntax |
stdev = meas.StandardDeviation |
Variable |
(Type) - Description |
stdev |
(single) - Variable to store standard deviation value |
meas |
A Measurement (object) |
Return Type |
Single |
Default |
Not applicable |
Examples |
stdev = meas.StandardDeviation 'Read |
C++ Syntax |
HRESULT get_StandardDeviation(float* stdDeviation) |
Interface |
IMeasurement |