9 lines
201 B
C#
9 lines
201 B
C#
using System;
|
|
|
|
namespace Mono.Math.Prime
|
|
{
|
|
// Token: 0x020000CA RID: 202
|
|
// (Invoke) Token: 0x0600070D RID: 1805
|
|
public delegate bool PrimalityTest(BigInteger bi, ConfidenceFactor confidence);
|
|
}
|