コード例 #1
0
ファイル: NativeImports.cs プロジェクト: noop-dev/NativeUtils
 public double Avg(int a, int b) => Imports.Avg(a, b);