Click or drag to resize

Fixed  Conversion (Double 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 (
	double d
)

Parameters

d
Type: SystemDouble

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

Return Value

Type: Fixed

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

See Also