FIRational Implicit Conversion (Byte to FIRational)

FreeImage.NET

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

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

Parameters

value
Type: SystemByte
A Byte structure.

Return Value

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