FIRational Explicit Conversion (FIRational to Boolean)

FreeImage.NET

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

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

Parameters

value
Type: FreeImageAPIFIRational
A FIRational structure.

Return Value

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