FIRational Explicit Conversion (Int64 to FIRational)

FreeImage.NET

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

Parameters

value
Type: SystemInt64
An Int64 structure.

Return Value

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