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