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