Exemple #1
0
 private static int GetNumeric(char symb, Notation notation)
 {
     return(notation.Alphabet.IndexOf(symb));
 }