Click or drag to resize
SignalGetScaledValueArray Method (Int32)
Creates an array of values representing the samples from the signal.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public double[] GetScaledValueArray(
	int count
)

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: Double
An array of double precision values that represent sequential scaled readings from the device
See Also