Click or drag to resize

Fixed  Conversion (Fixed to Int32)

Convert explicitly to int.

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

Parameters

f
Type: Demo3D.EventQueueFixed

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

Return Value

Type: Int32

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

See Also