MeasurementDataData Property

Gets the numerical data associated with this MeasurementData.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public double[] Data { get; }

Property Value

Double

Remarks

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.

See Also