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