Provides a array of the primes smaller than 2000 to test the generated prime number.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static readonly int[] primesBelow2000
Visual Basic
Public Shared ReadOnly primesBelow2000 As Integer()
Visual C++
public:
static initonly array<int>^ primesBelow2000
F#
static val primesBelow2000: int[]

Field Value

Type: array<Int32>[]()[][]

See Also