SphericalTabularMonostaticCrossSectionScatteringCoefficientComputeScatteringCoefficient Method (Spherical) |
Computes the scattering coefficient in the supplied monostatic direction.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ComplexCrossSectionScatteringCoefficient ComputeScatteringCoefficient(
Spherical monoStaticDirection
)
Protected Function ComputeScatteringCoefficient (
monoStaticDirection As Spherical
) As ComplexCrossSectionScatteringCoefficient
protected:
ComplexCrossSectionScatteringCoefficient^ ComputeScatteringCoefficient(
Spherical monoStaticDirection
)
member ComputeScatteringCoefficient :
monoStaticDirection : Spherical -> ComplexCrossSectionScatteringCoefficient
Parameters
- monoStaticDirection
- Type: AGI.Foundation.CoordinatesSpherical
The monostatic direction used to compute the scattering coefficient.
Return Value
Type:
ComplexCrossSectionScatteringCoefficientThe scattering coefficient as a 2x2 complex matrix.
See Also