Exemplo n.º 1
0
 public static KalmanFilter GetInstance()
 {
     lock (SyncObject)
     {
         return(_instance ?? (_instance = new KalmanFilter()));
     }
 }
Exemplo n.º 2
0
        public static KalmanFilter GetInstance()
        {
            lock (SyncObject)
            {

                return _instance ?? (_instance = new KalmanFilter());
            }
        }