FIRational.Increment Operator

FreeImage.NET

FIRationalIncrement Operator
Standard implementation of the operator.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIRational operator ++(
	FIRational r1
)

Parameters

r1
Type: FreeImageAPIFIRational

[Missing <param name="r1"/> documentation for "M:FreeImageAPI.FIRational.op_Increment(FreeImageAPI.FIRational)"]

Return Value

Type: FIRational

[Missing <returns> documentation for "M:FreeImageAPI.FIRational.op_Increment(FreeImageAPI.FIRational)"]

See Also