Click or drag to resize

PointScattererExtension 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
protected PointScattererExtension(
	double minimumFrequency,
	double maximumFrequency
)

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.
Remarks
This constructor will create an empty PointScattererFrequencyBandCollection with MinimumFrequency set to the minimumFrequency parameter value and the MaximumFrequency set to the maximumFrequency parameter value.
See Also