|
SignalGroupItem Property (Int32) |
Returns a signal referenced by position within the group.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public Signal this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Signal
Get
public:
property Signal^ default[int index] {
Signal^ get (int index);
}
member Item : Signal with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the signal to be returned
Return Value
Type:
SignalSee Also