DipoleGainPattern Constructor (Double, Double) |
Create a new instance based on the given length and efficiency.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DipoleGainPattern(
double length,
double efficiency
)
Public Sub New (
length As Double,
efficiency As Double
)
public:
DipoleGainPattern(
double length,
double efficiency
)
new :
length : float *
efficiency : float -> DipoleGainPattern
Parameters
- length
- Type: SystemDouble
The length of the dipole antenna. - efficiency
- Type: SystemDouble
The efficiency of the antenna.
See Also