public static class IMeasurementExtensions
<ExtensionAttribute>
Public NotInheritable Class IMeasurementExtensions
[ExtensionAttribute]
public ref class IMeasurementExtensions abstract sealed
Gemstone.Timeseries.IMeasurementExtensions = function();
Type.createClass(
'Gemstone.Timeseries.IMeasurementExtensions');
DeriveQualityFlags | Gets derived quality flags from a set of source measurements. |
GetDataColumn | Gets a single column of measurement data from a two dimensional data window. |
GetSignalType | Gets a unique (run-time only) signal type ID for the given measurement useful for sorting. |
IsCalculated | Returns true if CalculatedValue is set. |
IsDiscarded | Returns true if DiscardedValue is set. |
MeasurementKeys | Returns the MeasurementKey values of a IMeasurement enumeration. |
RuntimeSignalID | Returns the measurement ID if defined, otherwise the run-time signal ID associated with the measurement key. |
SetAdder | Sets the adder (i.e., "b" of y = mx + b) for a IMeasurement. |
SetKey | Sets the associated MeasurementKey for a IMeasurement. |
SetMultiplier | Sets the multiplier (i.e., "m" of y = mx + b) for a IMeasurement. |
SetTagName | Sets the tag name for a IMeasurement. |
TimestampQualityIsGood | Returns true if BadTime is not set. |
TimestampQualityIsSuspect | Returns true if SuspectTime is set. |
ValueQualityIsGood | Returns true if BadData is not set. |