Click or drag to resize

BitExtensionsGetMaskedValue Method

Overload List
  Name Description
Public Extension Method GetMaskedValue(Byte, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Byte, Byte) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int16, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int16, Int16) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int24, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int24, Int24) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int32, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int32, Int32) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int64, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(Int64, Int64) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(SByte, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(SByte, SByte) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt16, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt16, UInt16) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt24, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt24, UInt24) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt32, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt32, UInt32) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt64, Bits) Returns value stored in the bits represented by the specified bitmask.
Public Extension Method GetMaskedValue(UInt64, UInt64) Returns value stored in the bits represented by the specified bitmask.
Top
See Also