예제 #1
0
파일: F64.cs 프로젝트: suzuke/FixPointCS
 // Conversions
 public static int FloorToInt(F64 a)
 {
     return(Fixed64.FloorToInt(a.raw));
 }