AvalanchePhotodiodeNoiseFactor Property  | 
 
            Gets or sets the photodetector noise factor.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalProcessing
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double NoiseFactor { get; set; }Public Property NoiseFactor As Double
	Get
	Set
public:
property double NoiseFactor {
	double get ();
	void set (double value);
}member NoiseFactor : float with get, set
Property Value
Type: 
Double
See Also