PointScattererExtension Constructor (Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected 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 -> PointScattererExtension
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 See Also