datatypes::interop::MissingValueHandling¶
Ways for wrappers to specify to this API what special numeric value to use as 'missing value' code in time series interop.
#include <common.h>
Public Attributes¶
Name | |
---|---|
std::atomic< double > | TimeSeriesMissingValueValue The time series missing value. |
Public Attributes Documentation¶
variable TimeSeriesMissingValueValue¶
The time series missing value.
Updated on 2022-08-21 at 18:10:33 +1000