Click or drag to resize

Fixed  Conversion (Fixed to Int64)

Convert explicitly to long.

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

Parameters

f
Type: Demo3D.EventQueueFixed

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

Return Value

Type: Int64

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

See Also