Click or drag to resize

SingleTargetRadarLinkScalarUseLogarithmicSampling Property

Gets or sets a value indicating whether computed values will be converted to a logarithmic scale when performing sampling for access calculations. Radar scalars can span an extremely large range of values, so in order to avoid comparing values larger than 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.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool UseLogarithmicSampling { get; protected set; }

Property Value

Type: Boolean
See Also