SignalDopplerShiftDataAdd Method |
Returns a copy of the signal doppler shift data with the supplied doppler shift value added to the history 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 SignalDopplerShiftData Add(
double dopplerShift
)
Public Function Add (
dopplerShift As Double
) As SignalDopplerShiftData
public:
SignalDopplerShiftData^ Add(
double dopplerShift
)
member Add :
dopplerShift : float -> SignalDopplerShiftData
Parameters
- dopplerShift
- Type: SystemDouble
The frequency doppler shift, in hertz.
Return Value
Type:
SignalDopplerShiftDataA new
SignalDopplerShiftData.
See Also