Converts the value of a FIRational structure to a Byte structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static explicit operator byte ( FIRational value ) |
Visual Basic (Declaration) |
---|
Public Shared Narrowing Operator CType ( _ value As FIRational _ ) As Byte |
Visual C++ |
---|
static explicit operator unsigned char ( FIRational value ) |
Parameters
- value
- Type: FreeImageAPI..::.FIRational
A FIRational structure.