Click or drag to resize

NavigationAccuracyPredicted Constructor (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)

Initializes a new instance from the specified position errors.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public NavigationAccuracyPredicted(
	double xSignalInSpace,
	double ySignalInSpace,
	double zSignalInSpace,
	double xySignalInSpace,
	double positionSignalInSpace,
	double timeSignalInSpace,
	double xTotal,
	double yTotal,
	double zTotal,
	double xyTotal,
	double positionTotal,
	double timeTotal
)

Parameters

xSignalInSpace
Type: System.Double
The predicted signal-in-space navigation error in the X direction
ySignalInSpace
Type: System.Double
The predicted signal-in-space navigation error in the Y direction
zSignalInSpace
Type: System.Double
The predicted signal-in-space navigation error in the Z direction
xySignalInSpace
Type: System.Double
The predicted horizontal signal-in-space navigation error
positionSignalInSpace
Type: System.Double
The predicted position signal-in-space navigation error
timeSignalInSpace
Type: System.Double
The predicted signal-in-space time error
xTotal
Type: System.Double
The predicted total navigation error in the X direction
yTotal
Type: System.Double
The predicted total navigation error in the Y direction
zTotal
Type: System.Double
The predicted total navigation error in the Z direction
xyTotal
Type: System.Double
The predicted total horizontal navigation error
positionTotal
Type: System.Double
The predicted total position navigation error
timeTotal
Type: System.Double
The predicted total time error
See Also