コード例 #1
0
ファイル: F64.cs プロジェクト: suzuke/FixPointCS
 public static int CeilToInt(F64 a)
 {
     return(Fixed64.CeilToInt(a.raw));
 }