Converts the value of a SByte structure to a FIRational structure.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static implicit operator FIRational (
	sbyte value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As SByte _
) As FIRational
Visual C++
static implicit operator FIRational (
	signed char value
)

Parameters

value
Type: System..::.SByte
A SByte structure.

Return Value

A new instance of FIRational initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also