Converts the value of a FIRational structure to an Int64 structure.

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

Syntax

C#
public static explicit operator long (
	FIRational value
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	value As FIRational _
) As Long
Visual C++
static explicit operator long long (
	FIRational value
)

Parameters

value
Type: FreeImageAPI..::.FIRational
A FIRational structure.

Return Value

A new instance of Int64 initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also