Name | Description | |
---|---|---|
![]() | EcgSignals | Initializes a new instance of the EcgSignals class. |
Name | Description | |
---|---|---|
![]() | EcgSignals | Initializes a new instance of the EcgSignals class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of signals contained in this collection. |
![]() | IsReadOnly | Gets a value indicating whether this collection is read-only. |
![]() | RhythmAVM | Gets or sets the rhythm sensitivity in electrocardiogram. |
![]() | RhythmSamplesPerSecond | Gets or sets the rhythm samples per second in electrocardiogram. |
![]() | Item | Gets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a signal to the EcgSignals. |
![]() | AddRange | Adds elements of the specified collection to the end of this collection. |
![]() | Clear | Removes all elements from this collection. |
![]() | Clone | Creates a new object that is a copy of this collection. |
![]() | Contains | Returns a value indicating whether this instance contains the object. |
![]() | CopyTo | Copies the elements of this collection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Removes the first occurrence of a specific object from this collection. |
![]() | RemoveAt | Removes the EcgSignal at the specified index from this collection. |
![]() | ToArray | Returns this signal collection as array. |