AtmosphericAttenuationModelItuRP676Version10UseFastApproxMethod Property  | 
 
            Gets or sets a value indicating whether to use the fast approximation method.
            This method is valid for frequencies greater than 1 GHz and less than 350 GHz.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UseFastApproxMethod { get; set; }Public Property UseFastApproxMethod As Boolean
	Get
	Set
public:
property bool UseFastApproxMethod {
	bool get ();
	void set (bool value);
}member UseFastApproxMethod : bool with get, set
Property Value
Type: 
Boolean
See Also