Returns the position of the most significant bit in the BigInteger.

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

Syntax

C#
public int bitCount()
Visual Basic
Public Function bitCount As Integer
Visual C++
public:
int bitCount()
F#
member bitCount : unit -> int 

Return Value

Type: Int32

See Also