Standard implementation of the operator.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static FIRational operator ++(
	FIRational r1
)
Visual Basic (Declaration)
Public Shared Operator ++ ( _
	r1 As FIRational _
) As FIRational
Visual C++
public:
static FIRational operator ++(
	FIRational r1
)

Parameters

r1
Type: FreeImageAPI..::.FIRational

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also