Click or drag to resize

PointScattererFrequencyBandCollection Constructor (Double, Double)

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
)

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.
See Also