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