Standard implementation of the operator.

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

Syntax

C#
public static bool operator >=(
	FIURational left,
	FIURational right
)
Visual Basic (Declaration)
Public Shared Operator >= ( _
	left As FIURational, _
	right As FIURational _
) As Boolean
Visual C++
public:
static bool operator >=(
	FIURational left, 
	FIURational right
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also