ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator Constructor (Double, Int32) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Radar
    Assembly:
   AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(
	double efficiency,
	int pulseCount
)
Public Sub New ( 
	efficiency As Double,
	pulseCount As Integer
)
public:
ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(
	double efficiency, 
	int pulseCount
)
new : 
        efficiency : float * 
        pulseCount : int -> ConstantEfficiencyFixedNumberOfPulsesWaveformIntegratorParameters
- efficiency
 - Type: SystemDouble
The constant efficiency value. - pulseCount
 - Type: SystemInt32
            The number of pulses to integrate.  If the value is larger than the number of pulses found in the waveform, the
            number of pulses in the waveform is used for integration.
             
See Also