FIRational Explicit Conversion (FIRational to SByte)

FreeImage.NET

FIRational  Conversion (FIRational to SByte)
Converts the value of a FIRational 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 (
	FIRational value
)

Parameters

value
Type: FreeImageAPIFIRational
A FIRational structure.

Return Value

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