示例#1
0
文件: F32.cs 项目: jlauha/FixPointCS
 public static int CeilToInt(F32 a)
 {
     return(Fixed32.CeilToInt(a.Raw));
 }