Exemple #1
0
 public float Count()
 {
     if (mag == null)
     {
         return(0);
     }
     return(mag.Count());
 }