FIRational Explicit Conversion (Boolean to FIRational)

FreeImage.NET

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

Parameters

value
Type: SystemBoolean
A Boolean structure.

Return Value

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