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