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.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also