Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public bool UseLogarithmicSampling { get; protected set; }

Property Value

Type: Boolean
See Also