Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool RabinMillerTest(
	int confidence
)
Visual Basic
Public Function RabinMillerTest ( _
	confidence As Integer _
) As Boolean
Visual C++
public:
bool RabinMillerTest(
	int confidence
)

Parameters

confidence
Type: System..::..Int32

See Also