Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public BigInteger ModInverse(
	BigInteger m
)
Visual Basic
Public Function ModInverse ( _
	m As BigInteger _
) As BigInteger
Visual C++
public:
BigInteger^ ModInverse(
	BigInteger^ m
)

See Also