Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
FreeImageAPI.FI4BIT Struct Reference

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

Public Member Functions

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...
 

Static Public Member Functions

static implicit operator byte (FI4BIT value)
 Converts the value of a FI4BIT structure to a Byte structure. More...
 
static implicit operator FI4BIT (byte value)
 Converts the value of a Byte structure to a FI4BIT structure. More...
 
static implicit operator byte (FI4BIT value)
 Converts the value of a FI4BIT structure to a Byte structure. More...
 
static implicit operator FI4BIT (byte value)
 Converts the value of a Byte structure to a FI4BIT structure. More...
 

Public Attributes

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...
 

Detailed Description

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.

Member Function Documentation

static implicit FreeImageAPI.FI4BIT.operator byte ( FI4BIT  value)
static

Converts the value of a FI4BIT structure to a Byte structure.

Parameters
valueA FI4BIT structure.
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
valueA FI4BIT structure.
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
valueA Byte structure.
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
valueA Byte structure.
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.

Member Data Documentation

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: