SP3cEphemerisVelocityStandardDeviations Property  | 
 
            Gets the standard deviations for the velocity data, defined on the "EV" lines of the SP3c file,
            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 SP3cEphemerisData<Cartesian> VelocityStandardDeviations { get; }Public ReadOnly Property VelocityStandardDeviations As SP3cEphemerisData(Of Cartesian)
	Get
public:
property SP3cEphemerisData<Cartesian>^ VelocityStandardDeviations {
	SP3cEphemerisData<Cartesian>^ get ();
}member VelocityStandardDeviations : SP3cEphemerisData<Cartesian> with get
Property Value
Type: 
SP3cEphemerisDataCartesian
RemarksIf the standard deviation is blank in the SP3c file, the returned value will be 
NaN.  
            The velocity standard deviations are returned in .0001 millimeters/second.
See Also