FIURational.Increment Operator

FreeImage.NET

FIURationalIncrement 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 FIURational operator ++(
	FIURational value
)

Parameters

value
Type: FreeImageAPIFIURational

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

Return Value

Type: FIURational

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

See Also