Determines whether this BigInteger is probably prime using a combination of base 2 strong pseudoprime test and Lucas strong pseudoprime test.

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

Syntax

C#
public bool isProbablePrime()
Visual Basic
Public Function isProbablePrime As Boolean
Visual C++
public:
bool isProbablePrime()
F#
member isProbablePrime : unit -> bool 

Return Value

Type: Boolean

See Also