次のコードを使用できない理由はありますか? ulong test(int a, int b)
{
return a == b ? 0 : 1;
}
それは私を示しています Cannot implicitly convert type 'int' to 'ulong'. An explicit conversion exists (are you missing a cast?)
私は これは私のコードがCである、私はC#でそれを書く必要があり、Cの計算を持っている: const unsigned long *S //which is an array that already contains data)
unsigned long y;
y = y + S[d]; //S[d] = 2582066069 and y = 3372499074 and the resu