Click or drag to resize

PointScattererExtension Constructor (Double, Double, ScatteringCoefficient)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected PointScattererExtension(
	double minimumFrequency,
	double maximumFrequency,
	ScatteringCoefficient scatteringCoefficient
)

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
This constructor will add a single PointScattererFrequencyBand into the frequency band collection with LowerFrequency set to to the minimumFrequency parameter value and with the scatteringCoefficient parameter set as the ScatteringCoefficient algorithm.
See Also