BigInteger.TestBit Method

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

Returns a value that indicates whether a test bit is set.

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

Syntax

'Declaration
Public Function TestBit ( _
    ibit As Long _
) As Boolean
public bool TestBit(
    long ibit
)
public:
bool TestBit(
    long long ibit
)
member TestBit : 
        ibit:int64 -> bool 
public function TestBit(
    ibit : long
) : boolean

Parameters

Return Value

Type: System.Boolean
true if a test bit is set; otherwise, false.

.NET Framework Security

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace