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

Syntax

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

Parameters

confidence
Type: System..::..Int32

Return Value

Type: Boolean

See Also