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