示例#1
0
文件: F64.cs 项目: suzuke/FixPointCS
 public static int RoundToInt(F64 a)
 {
     return(Fixed64.RoundToInt(a.raw));
 }