FreeImage.NET Class Library Reference
FIURationalOnesComplement Operator |
Returns the reciprocal value of this instance.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIURational operator ~( FIURational value )
Parameters
- value
- Type: FreeImageAPIFIURational
[Missing <param name="value"/> documentation for "M:FreeImageAPI.FIURational.op_OnesComplement(FreeImageAPI.FIURational)"]
Return Value
Type: FIURational[Missing <returns> documentation for "M:FreeImageAPI.FIURational.op_OnesComplement(FreeImageAPI.FIURational)"]
See Also