Esempio n. 1
0
 public static int RoundToInt(F64 a)
 {
     return(Fixed64.RoundToInt(a.raw));
 }