FIURational Implicit Conversion (FIURational to Double)

FreeImage.NET

FIURational  Conversion (FIURational to Double)
Converts the value of a FIURational structure to a Double structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator double (
	FIURational value
)

Parameters

value
Type: FreeImageAPIFIURational
A FIURational structure.

Return Value

Type: Double
A new instance of Double initialized to value.
See Also