Click or drag to resize

Fixed   Conversion (Fixed to Double)

Convert explicitly to double.

Namespace: Demo3D.EventQueue
Assembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntax
C#
public static explicit operator double (
	Fixed f
)

Parameters

f  Fixed

[Missing <param name="f"/> documentation for "M:Demo3D.EventQueue.Fixed.op_Explicit(Demo3D.EventQueue.Fixed)~System.Double"]

Return Value

Double

[Missing <returns> documentation for "M:Demo3D.EventQueue.Fixed.op_Explicit(Demo3D.EventQueue.Fixed)~System.Double"]

See Also