SP3dEphemerisClockCorrectionRateStandardDeviationApproximate Property  | 
 
            Gets the approximate standard deviations for the clock correction data, defined on the same line as the 
            position data, by Satellite Identifier.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SP3dEphemerisData<double> ClockCorrectionRateStandardDeviationApproximate { get; }Public ReadOnly Property ClockCorrectionRateStandardDeviationApproximate As SP3dEphemerisData(Of Double)
	Get
public:
property SP3dEphemerisData<double>^ ClockCorrectionRateStandardDeviationApproximate {
	SP3dEphemerisData<double>^ get ();
}member ClockCorrectionRateStandardDeviationApproximate : SP3dEphemerisData<float> with get
Property Value
Type: 
SP3dEphemerisDataDouble
RemarksIf the standard deviation is blank in the SP3d file, the returned value will be 
NaN.
            The approximate clock correction rate standard deviation is returned in .0001 picoseconds/second.
See Also