Click or drag to resize

SatelliteUserRangeError Constructor (Double, Double, Double)

Creates a Satellite User Range Error structure, containing URE related data for a specific satellite.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SatelliteUserRangeError(
	double userRangeError,
	double userRangeErrorDot,
	double userRangeErrorSigma
)

Parameters

userRangeError
Type: SystemDouble
The user range error for this satellite
userRangeErrorDot
Type: SystemDouble
The satellite's user range error rate of change.
userRangeErrorSigma
Type: SystemDouble
The User range error 1-sigma error.
See Also