public RecordValueWithExpectedInterval ( long value, long expectedIntervalBetweenValueSamples ) : void | ||
value | long | The value to record |
expectedIntervalBetweenValueSamples | long | If |
return | void |
Note: This is a at-recording correction method, as opposed to the post-recording correction method provided by CopyCorrectedForCoordinatedOmission. The two methods are mutually exclusive, and only one of the two should be be used on a given data set to correct for the same coordinated omission issue.
See notes in the description of the Histogram calls for an illustration of why this corrective behavior is important.public RecordValueWithExpectedInterval ( long value, long expectedIntervalBetweenValueSamples ) : void | ||
value | long | The value to record |
expectedIntervalBetweenValueSamples | long | If |
return | void |