Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double this[
	int clockAngleIndex,
	int coneAngleIndex
] { get; }

Parameters

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

Return Value

Type: Double
The cross section value in meters squared.
See Also