Click or drag to resize

Fixed  Conversion (Single to Fixed)

Convert explicitly from double.

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

Parameters

f
Type: SystemSingle

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

Return Value

Type: Fixed

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

See Also