コード例 #1
0
ファイル: Impl.MathApi.cs プロジェクト: avaranovich/conflux
 public float Fminf(float x, float y)
 {
     return(Ctm.Fminf(x, y));
 }