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