Gets the closure.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Closure() As Double
|
| [C#] |
|---|
public double Closure {get;}
|
| [Managed C++] |
|---|
public: __property double get_Closure();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Closure(
|
| [Java] |
|---|
public double getClosure();
|
Returns the closure value in m/s units.
Closure is as the negative of the average range rate from the receive radar to the target and the transmit radar and the target.
closure = -(xmtRangeRate + rcvRangeRate) / 2