FreeImage.NET Class Library Reference
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
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Converts the numeric value of the FI4BIT object
to its equivalent string representation.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
(Byte to FI4BIT) |
Converts the value of a Byte structure to a FI4BIT structure.
| |
(FI4BIT to Byte) |
Converts the value of a FI4BIT structure to a Byte structure.
|
Fields
Name | Description | |
---|---|---|
MaxValue |
Represents the largest possible value of FI4BIT. This field is constant.
| |
MinValue |
Represents the smallest possible value of FI4BIT. This field is constant.
|
See Also