| IWeaponSystemTimeInWEZ Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Calculates the time (in seconds) remaining, time to enter (negative time), or
non-convergent (Double.MinValue) to the Weapon Engaement Zone.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax double TimeInWEZ(
TargetSolution ts
)
Function TimeInWEZ (
ts As TargetSolution
) As Double
Parameters
- ts
- Type: BSI.MACE.AI.Commands.EOBTargetSolution
Track solution
Return Value
Type:
DoubleThe time (in seconds) the target will remain in the weapon envelope if no changes in course/speed.
Negative values are the time to enter the envelope. Double.MinValue indicates the target is non-convergent
with the envelope.
Remarks See Also