Example #1
0
 public static int CeilToInt(F64 a)
 {
     return(Fixed64.CeilToInt(a.raw));
 }