Rational.BitCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets an integer that represents the number of bits.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property BitCount As Integer
public int BitCount { get; }
public:
property int BitCount {
    int get ();
}
member BitCount : int
function get BitCount () : int

Property Value

Type: System.Int32
The number of bits.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace