Standard implementation of the operator.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static FIURational operator +( FIURational value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator + ( _ value As FIURational _ ) As FIURational |
| Visual C++ |
|---|
public: static FIURational operator +( FIURational value ) |
Parameters
- value
- Type: FreeImageAPI..::.FIURational