PointScattererExtension Constructor (ScatteringCoefficient) |
Initializes a new instance and sets the supplied
ScatteringCoefficient as the first frequency band's
scattering coefficient.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected PointScattererExtension(
ScatteringCoefficient scatteringCoefficient
)
Protected Sub New (
scatteringCoefficient As ScatteringCoefficient
)
protected:
PointScattererExtension(
ScatteringCoefficient^ scatteringCoefficient
)
new :
scatteringCoefficient : ScatteringCoefficient -> PointScattererExtension
Parameters
- scatteringCoefficient
- Type: AGI.Foundation.CommunicationsScatteringCoefficient
The scattering coefficient algorithm to be used by the first frequency band in the
FrequencyBands collection.
Remarks See Also