SignalCollectionIndexOf Method |
Searches for the specified signal and returns the zero-based index of the
first occurrence within the collection.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int IndexOf(
Signal signal
)
Public Function IndexOf (
signal As Signal
) As Integer
public:
int IndexOf(
Signal^ signal
)
member IndexOf :
signal : Signal -> int
Parameters
- signal
- Type: AGI.Foundation.CommunicationsSignal
The signal to locate in the collection.
Return Value
Type:
Int32
The zero-based index of the first occurrence of the given signal within
the collection, if found; otherwise -1.
See Also