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