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: 15.0.2.11458
Syntax
C#
public static explicit operator double (
	Fixed f
)

Parameters

f
Type: Demo3D.EventQueueFixed

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

Return Value

Type: Double

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

See Also