|
Name |
Description |
|
ToggleBits(Byte, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Byte, Byte)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int16, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int16, Int16)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int24, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int24, Int24)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int32, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int32, Int32)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int64, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(Int64, Int64)
|
Returns value with specified bits toggled.
|
|
ToggleBits(SByte, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(SByte, SByte)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt16, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt16, UInt16)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt24, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt24, UInt24)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt32, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt32, UInt32)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt64, Bits)
|
Returns value with specified bits toggled.
|
|
ToggleBits(UInt64, UInt64)
|
Returns value with specified bits toggled.
|