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

Syntax

C#
public BigInteger ClearBit(
	int n
)
Visual Basic
Public Function ClearBit ( _
	n As Integer _
) As BigInteger
Visual C++
public:
BigInteger^ ClearBit(
	int n
)

Parameters

n
Type: System..::..Int32

See Also