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