FIRational Explicit Conversion (FIRational to Byte)

FreeImage.NET

FIRational  Conversion (FIRational to Byte)
Converts the value of a FIRational structure to a Byte structure.

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

Parameters

value
Type: FreeImageAPIFIRational
A FIRational structure.

Return Value

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