SphericalTabularMonostaticCrossSectionScatteringCoefficient Constructor (SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SphericalTabularMonostaticCrossSectionScatteringCoefficient(
SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable crossSectionScatteringMatrixTable
)
Public Sub New (
crossSectionScatteringMatrixTable As SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable
)
public:
SphericalTabularMonostaticCrossSectionScatteringCoefficient(
SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable^ crossSectionScatteringMatrixTable
)
new :
crossSectionScatteringMatrixTable : SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable -> SphericalTabularMonostaticCrossSectionScatteringCoefficient
Parameters
- crossSectionScatteringMatrixTable
- Type: AGI.Foundation.CommunicationsSphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable
The 2x2 complex scattering matrix cross section table data.
Exceptions Exception | Condition |
---|
ArgumentNullException |
Thrown if the crossSectionScatteringMatrixTable argument is null.
|
See Also