The FI4BIT structure represents the half of a Byte. It's valuerange is between 0 and 15.
More...
|
override string | ToString () |
| Converts the numeric value of the FI4BIT object to its equivalent string representation. More...
|
|
override string | ToString () |
| Converts the numeric value of the FI4BIT object to its equivalent string representation. More...
|
|
|
const byte | MaxValue = 0x0F |
| Represents the largest possible value of FI4BIT. This field is constant. More...
|
|
const byte | MinValue = 0x00 |
| Represents the smallest possible value of FI4BIT. This field is constant. More...
|
|
The FI4BIT structure represents the half of a Byte. It's valuerange is between 0 and 15.
Definition at line 14 of file FI4BIT.cs.
static implicit FreeImageAPI.FI4BIT.operator byte |
( |
FI4BIT |
value | ) |
|
|
static |
Converts the value of a FI4BIT structure to a Byte structure.
- Parameters
-
- Returns
- A new instance of FI4BIT initialized to value .
Definition at line 45 of file FI4BIT.cs.
static implicit FreeImageAPI.FI4BIT.operator byte |
( |
FI4BIT |
value | ) |
|
|
static |
Converts the value of a FI4BIT structure to a Byte structure.
- Parameters
-
- Returns
- A new instance of FI4BIT initialized to value .
Definition at line 45 of file FI4BIT.cs.
static implicit FreeImageAPI.FI4BIT.operator FI4BIT |
( |
byte |
value | ) |
|
|
static |
Converts the value of a Byte structure to a FI4BIT structure.
- Parameters
-
- Returns
- A new instance of FI4BIT initialized to value .
Definition at line 55 of file FI4BIT.cs.
static implicit FreeImageAPI.FI4BIT.operator FI4BIT |
( |
byte |
value | ) |
|
|
static |
Converts the value of a Byte structure to a FI4BIT structure.
- Parameters
-
- Returns
- A new instance of FI4BIT initialized to value .
Definition at line 55 of file FI4BIT.cs.
override string FreeImageAPI.FI4BIT.ToString |
( |
| ) |
|
Converts the numeric value of the FI4BIT object to its equivalent string representation.
- Returns
- The string representation of the value of this instance.
Definition at line 65 of file FI4BIT.cs.
override string FreeImageAPI.FI4BIT.ToString |
( |
| ) |
|
Converts the numeric value of the FI4BIT object to its equivalent string representation.
- Returns
- The string representation of the value of this instance.
Definition at line 65 of file FI4BIT.cs.
const byte FreeImageAPI.FI4BIT.MaxValue = 0x0F |
Represents the largest possible value of FI4BIT. This field is constant.
Definition at line 19 of file FI4BIT.cs.
const byte FreeImageAPI.FI4BIT.MinValue = 0x00 |
Represents the smallest possible value of FI4BIT. This field is constant.
Definition at line 24 of file FI4BIT.cs.
The documentation for this struct was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/tools/SiliconStudio.TextureConverter/Backend/Wrappers/FINetWrapper/Structs/FI4BIT.cs