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