FIURational Implicit Conversion (SByte to FIURational)

FreeImage.NET

FIURational  Conversion (SByte to FIURational)
Converts the value of a SByte structure to a FIURational structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator FIURational (
	sbyte value
)

Parameters

value
Type: SystemSByte
A SByte structure.

Return Value

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