setBit
Creates a Byte that is equal to this Byte except the bit at index is set
Return
the new Byte
Parameters
the index of the bit to set.
Creates a ByteArray that is equal to this array except the bit at index is set
Return
the new ByteArray
Parameters
the index of the bit to set.
Creates a Int24 that is equal to this Int24 except the bit at index is set
Return
the new Int24
Parameters
the index of the bit to set.
Creates a Int that is equal to this Int except the bit at index is set
Return
the new Int
Parameters
the index of the bit to set.
Creates a Long that is equal to this Long except the bit at index is set
Return
the new Long
Parameters
the index of the bit to set.
Creates a Short that is equal to this Short except the bit at index is set
Return
the new Short
Parameters
the index of the bit to set.
Creates a UByte that is equal to this UByte except the bit at index is set
Return
the new UByte
Parameters
the index of the bit to set.
Creates a UInt24 that is equal to this UInt24 except the bit at index is set
Return
the new UInt24
Parameters
the index of the bit to set.
Creates a UInt that is equal to this UInt except the bit at index is set
Return
the new UInt
Parameters
the index of the bit to set.
Creates a ULong that is equal to this ULong except the bit at index is set
Return
the new ULong
Parameters
the index of the bit to set.
Creates a UShort that is equal to this UShort except the bit at index is set
Return
the new UShort
Parameters
the index of the bit to set.