SincExponentRectangularApertureGainPattern Constructor (Double, Double, Double, Double, Double) | 
 
            Create a new instance based on the given exponent, x and y dimensions, efficiency, and back lobe gain.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SincExponentRectangularApertureGainPattern(
	double exponent,
	double xDimension,
	double yDimension,
	double efficiency,
	double backLobeGain
)
Public Sub New ( 
	exponent As Double,
	xDimension As Double,
	yDimension As Double,
	efficiency As Double,
	backLobeGain As Double
)
public:
SincExponentRectangularApertureGainPattern(
	double exponent, 
	double xDimension, 
	double yDimension, 
	double efficiency, 
	double backLobeGain
)
new : 
        exponent : float * 
        xDimension : float * 
        yDimension : float * 
        efficiency : float * 
        backLobeGain : float -> SincExponentRectangularApertureGainPatternParameters
- exponent
 - Type: SystemDouble
The exponent applied to the sinc function. - xDimension
 - Type: SystemDouble
The dimension of the antenna measured along the x-axis. - yDimension
 - Type: SystemDouble
The dimension of the antenna measured along the y-axis. - efficiency
 - Type: SystemDouble
The efficiency of the antenna. - backLobeGain
 - Type: SystemDouble
            The back lobe gain of the antenna,
            applied when the angle is greater than 90 degrees from the boresight.
             
See Also