Returns the reciprocal value of this instance.
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