FIRational Implicit Conversion (Int32 to FIRational)

FreeImage.NET

FIRational  Conversion (Int32 to FIRational)
Converts the value of an Int32 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 (
	int value
)

Parameters

value
Type: SystemInt32
An Int32 structure.

Return Value

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