FI4BIT Structure

FreeImage.NET

FI4BIT Structure
The FI4BIT structure represents the half of a Byte. It's valuerange is between 0 and 15.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute]
public struct FI4BIT

The FI4BIT type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the numeric value of the FI4BIT object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic member(Byte to FI4BIT)
Converts the value of a Byte structure to a FI4BIT structure.
Public operatorStatic member(FI4BIT to Byte)
Converts the value of a FI4BIT structure to a Byte structure.
Top
Fields
  NameDescription
Public fieldStatic memberMaxValue
Represents the largest possible value of FI4BIT. This field is constant.
Public fieldStatic memberMinValue
Represents the smallest possible value of FI4BIT. This field is constant.
Top
See Also