示例#1
0
 /// <summary>
 /// Returns a float storing the time the target was detected.
 /// </summary>
 /// <returns>
 /// A float that stores the target's time of detection.
 /// </returns>
 public float GetTime()
 {
     return(data.GetTime());
 }