Click or drag to resize

Ieee1979PolarizationSourceGetTau Method

Gets the tilt angle value at the given clock angle, cone angle indices.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double GetTau(
	int clockAngleIndex,
	int coneAngleIndex
)

Parameters

clockAngleIndex
Type: SystemInt32
The desired clock angle index.
coneAngleIndex
Type: SystemInt32
the desired cone angle index.

Return Value

Type: Double
The tilt angle.
See Also