|
SignalGetScaledValueArray Method (Int32) |
Creates an array of values representing the samples from the signal.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public double[] GetScaledValueArray(
int count
)
Public Function GetScaledValueArray (
count As Integer
) As Double()
public:
array<double>^ GetScaledValueArray(
int count
)
member GetScaledValueArray :
count : int -> float[]
Parameters
- count
- Type: SystemInt32
The number of readings to read from the device. Must be less than or equal to the number of ReadingsAvailable
Return Value
Type:
DoubleAn array of double precision values that represent sequential scaled readings from the device
See Also