| PointScattererExtension Constructor (Double, Double) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxprotected PointScattererExtension(
	double minimumFrequency,
	double maximumFrequency
)
Protected Sub New ( 
	minimumFrequency As Double,
	maximumFrequency As Double
)
protected:
PointScattererExtension(
	double minimumFrequency, 
	double maximumFrequency
)
new : 
        minimumFrequency : float * 
        maximumFrequency : float -> PointScattererExtensionParameters
- 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
Remarks See Also
See Also