|
SignalGetRawValueArray Method |
Gets an array of raw (unscaled) values 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 long[] GetRawValueArray(
int count
)
Public Function GetRawValueArray (
count As Integer
) As Long()
public:
array<long long>^ GetRawValueArray(
int count
)
member GetRawValueArray :
count : int -> int64[]
Parameters
- count
- Type: SystemInt32
The number of samples to read
Return Value
Type:
Int64An array of long values representing sequential readings from the device.
See Also