SP3dEphemerisVelocityStandardDeviationsApproximate Property  | 
 
            Gets the approximate standard deviations for the velocity data, defined on the same line as the 
            velocity 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<Cartesian> VelocityStandardDeviationsApproximate { get; }Public ReadOnly Property VelocityStandardDeviationsApproximate As SP3dEphemerisData(Of Cartesian)
	Get
public:
property SP3dEphemerisData<Cartesian>^ VelocityStandardDeviationsApproximate {
	SP3dEphemerisData<Cartesian>^ get ();
}member VelocityStandardDeviationsApproximate : SP3dEphemerisData<Cartesian> with get
Property Value
Type: 
SP3dEphemerisDataCartesian
RemarksIf the standard deviation is blank in the SP3d file, the returned value will be 
NaN.
            The approximate velocity standard deviations are returned in .0001 millimeters/second and left unscaled by the multipliers in the header.
            
See Also