SignalDopplerShiftDataItem Property |
Get the frequency doppler shift at the given index in 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 double this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Double
Get
public:
property double default[int index] {
double get (int index);
}
member Item : float with get
Parameters
- index
- Type: SystemInt32
The index into the collection of frequency doppler shifts.
Return Value
Type:
DoubleThe doppler shift value, in hertz, for the supplied index into the doppler shift value array.
See Also