コード例 #1
0
ファイル: fix16.hpp.cs プロジェクト: suzuke/libfixmath.net
 public fix16 cos()
 {
     return(new fix16(LibFixMath.fix16_cos(value)));
 }