Standard implementation of the operator.

Namespace:  FreeImageAPI
Assembly:  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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also