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