Click or drag to resize

PointScattererFrequencyBandCollection 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
public PointScattererFrequencyBandCollection(
	double minimumFrequency,
	double maximumFrequency,
	ScatteringCoefficient scatteringCoefficient
)

Parameters

minimumFrequency
Type: SystemDouble
The minimum frequency for the overall frequency band for the collection.
maximumFrequency
Type: SystemDouble
The maximum frequency for the overall frequency band for the collection.
scatteringCoefficient
Type: AGI.Foundation.CommunicationsScatteringCoefficient
The scattering coefficient for the first band in the collection.
See Also