public double[] Data { get; }
Public ReadOnly Property Data As Double()
Get
public:
property array<double>^ Data {
array<double>^ get ();
}
member Data : float[] with get
The vector can contain one or more values based upon the study definition and what the server is able to provide.
For instance, if the MeasurementData is for "HEART_RATE" this may be one value which would be a summary for the entire measurement chunk or it could be an estimated value per-frame of the measurement chunk.