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

Syntax

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

See Also