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