示例#1
0
 public static int RoundToInt(F64 a)
 {
     return(Fixed64.RoundToInt(a.Raw));
 }