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