CommunicationLinkScalarUseLogarithmicSampling Property  | 
 
            Gets or sets a value indicating whether this scalar's values will be converted to a logarithmic scale
            when performing sampling for access calculations.  Most communication scalars span an extremely large
            range of values, especially for wireless communications over large distances.  In order to avoid
            comparing values above one with values very near zero, the logarithmic scale gives a better means of
            analyzing the behavior of the function without running into numerical issue with floating point numbers.
            This value is set by its derived classes and in most cases is set to false by default.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UseLogarithmicSampling { get; protected set; }Public Property UseLogarithmicSampling As Boolean
	Get
	Protected Set
public:
property bool UseLogarithmicSampling {
	bool get ();
	protected: void set (bool value);
}member UseLogarithmicSampling : bool with get, set
Property Value
Type: 
Boolean
See Also