Standard implementation of the operator.

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

Syntax

C#
public static FIURational operator *(
	FIURational left,
	FIURational r2
)
Visual Basic (Declaration)
Public Shared Operator * ( _
	left As FIURational, _
	r2 As FIURational _
) As FIURational
Visual C++
public:
static FIURational operator *(
	FIURational left, 
	FIURational r2
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also