FIRational Explicit Conversion (UInt32 to FIRational)

FreeImage.NET

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

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

Parameters

value
Type: SystemUInt32
An UInt32 structure.

Return Value

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