Click or drag to resize

PointScattererFrequencyBandCollectionAdd Method (Double, ScatteringCoefficient)

Adds a new point scattering frequency band with the given lower frequency and scattering coefficient.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	double lowerFrequency,
	ScatteringCoefficient scatteringCoefficient
)

Parameters

lowerFrequency
Type: SystemDouble
The frequency band lower frequency, in hertz.
scatteringCoefficient
Type: AGI.Foundation.CommunicationsScatteringCoefficient
The scattering coefficient instance.
See Also