FIURational Explicit Conversion (FIURational to SByte)

FreeImage.NET

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

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

Parameters

value
Type: FreeImageAPIFIURational
A FIURational structure.

Return Value

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