SphericalTabularMonostaticCrossSectionScatteringCoefficientItem Property |
Gets the cross section value, in meters squared, at the given clock and 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 this[
int clockAngleIndex,
int coneAngleIndex
] { get; }
Public ReadOnly Default Property Item (
clockAngleIndex As Integer,
coneAngleIndex As Integer
) As Double
Get
public:
property double default[int clockAngleIndex, int coneAngleIndex] {
double get (int clockAngleIndex, int coneAngleIndex);
}
member Item : float with get
Parameters
- clockAngleIndex
- Type: SystemInt32
The desired clock angle index. - coneAngleIndex
- Type: SystemInt32
the desired cone angle index.
Return Value
Type:
DoubleThe cross section value in meters squared.
See Also