SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTableCrossSectionValues Property |
Gets the 2x2 complex cross section scattering coefficient matrix.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexCrossSectionScatteringCoefficient[,] CrossSectionValues { get; }
Public ReadOnly Property CrossSectionValues As ComplexCrossSectionScatteringCoefficient(,)
Get
public:
property array<ComplexCrossSectionScatteringCoefficient^,2>^ CrossSectionValues {
array<ComplexCrossSectionScatteringCoefficient^,2>^ get ();
}
member CrossSectionValues : ComplexCrossSectionScatteringCoefficient[,] with get
Property Value
Type:
ComplexCrossSectionScatteringCoefficientSee Also