Ieee1979PolarizationSourceGetGainRightHandCircular Method |
Gets the right-hand circular gain value at the given clock angle, cone angle indices.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double GetGainRightHandCircular(
int clockAngleIndex,
int coneAngleIndex
)
Public Function GetGainRightHandCircular (
clockAngleIndex As Integer,
coneAngleIndex As Integer
) As Double
public:
double GetGainRightHandCircular(
int clockAngleIndex,
int coneAngleIndex
)
member GetGainRightHandCircular :
clockAngleIndex : int *
coneAngleIndex : int -> float
Parameters
- clockAngleIndex
- Type: SystemInt32
The desired clock angle index. - coneAngleIndex
- Type: SystemInt32
the desired cone angle index.
Return Value
Type:
DoubleThe gain in linear units.
See Also