CosineExponentElementFactor Constructor (Double, Double) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CosineExponentElementFactor(
	double cosineExponent,
	double elementArea
)
Public Sub New ( 
	cosineExponent As Double,
	elementArea As Double
)
public:
CosineExponentElementFactor(
	double cosineExponent, 
	double elementArea
)
new : 
        cosineExponent : float * 
        elementArea : float -> CosineExponentElementFactorParameters
- cosineExponent
 - Type: SystemDouble
The cosine exponent value. - elementArea
 - Type: SystemDouble
The element area, in meters squared. 
See Also