adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Bitmask Class
Methods

In This Topic
    Bitmask Class Members
    In This Topic

    The following tables list the members exposed by Bitmask.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets a bitmask with a specified bit set. BitMask returns a value in which only the specified bits are set (i.e., is 1). List of bits to set. Each value must be in the range 0-31. BitMask(0)=1 (binary 00000001) BitMask(1)=2 (binary 00000010) BitMask(2)=4 (binary 00000100)  
    Public Methodstatic (Shared in Visual Basic) Tests whether a specified bit is set in a bitmask.  
    Public Methodstatic (Shared in Visual Basic) Tests whether the specified value is included in a bitmask.  
    Public Methodstatic (Shared in Visual Basic) Sets a bit in a bitmask.  
    Public Methodstatic (Shared in Visual Basic) Sets or clears a mask in a bitmask.  
    Top
    See Also