FIRational Implicit Conversion (SByte to FIRational)

FreeImage.NET

FIRational  Conversion (SByte to FIRational)
Converts the value of a SByte 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 (
	sbyte value
)

Parameters

value
Type: SystemSByte
A SByte structure.

Return Value

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