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