FIURational Implicit Conversion (FIURational to Single)

FreeImage.NET

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

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

Parameters

value
Type: FreeImageAPIFIURational
A FIURational structure.

Return Value

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