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