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: 24.1.418.0 (24.1.418.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: SystemDouble
The predicted signal-in-space navigation error in the X direction
ySignalInSpace
Type: SystemDouble
The predicted signal-in-space navigation error in the Y direction
zSignalInSpace
Type: SystemDouble
The predicted signal-in-space navigation error in the Z direction
xySignalInSpace
Type: SystemDouble
The predicted horizontal signal-in-space navigation error
positionSignalInSpace
Type: SystemDouble
The predicted position signal-in-space navigation error
timeSignalInSpace
Type: SystemDouble
The predicted signal-in-space time error
xTotal
Type: SystemDouble
The predicted total navigation error in the X direction
yTotal
Type: SystemDouble
The predicted total navigation error in the Y direction
zTotal
Type: SystemDouble
The predicted total navigation error in the Z direction
xyTotal
Type: SystemDouble
The predicted total horizontal navigation error
positionTotal
Type: SystemDouble
The predicted total position navigation error
timeTotal
Type: SystemDouble
The predicted total time error
See Also