PointScattererExtension Constructor (Double, Double, ScatteringCoefficient) |
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 protected PointScattererExtension(
double minimumFrequency,
double maximumFrequency,
ScatteringCoefficient scatteringCoefficient
)
Protected Sub New (
minimumFrequency As Double,
maximumFrequency As Double,
scatteringCoefficient As ScatteringCoefficient
)
protected:
PointScattererExtension(
double minimumFrequency,
double maximumFrequency,
ScatteringCoefficient^ scatteringCoefficient
)
new :
minimumFrequency : float *
maximumFrequency : float *
scatteringCoefficient : ScatteringCoefficient -> PointScattererExtension
Parameters
- minimumFrequency
- Type: SystemDouble
The minimum frequency for the overall frequency band of the collection. - maximumFrequency
- Type: SystemDouble
The maximum frequency for the overall frequency band of the collection. - scatteringCoefficient
- Type: AGI.Foundation.CommunicationsScatteringCoefficient
The scattering coefficient algorithm to be used by the first frequency band in the
FrequencyBands collection.
Remarks See Also