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