Click or drag to resize

FrequencySpecificElectricFieldPattern Constructor (Double, SphericalTabularElectricFieldPattern)

Initializes an instance with the provided parameters

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FrequencySpecificElectricFieldPattern(
	double frequency,
	SphericalTabularElectricFieldPattern electricFieldPattern
)

Parameters

frequency
Type: SystemDouble
The frequency at which the electric field pattern applies.
electricFieldPattern
Type: AGI.Foundation.CommunicationsSphericalTabularElectricFieldPattern
The electric field pattern associated with the given frequency.
See Also