Click or drag to resize

DoubleProperty  Conversion (DoubleProperty to Single)

[Missing <summary> documentation for "M:Demo3D.Utilities.DoubleProperty.op_Explicit(Demo3D.Utilities.DoubleProperty)~System.Single"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static explicit operator float (
	DoubleProperty d
)

Parameters

d
Type: Demo3D.UtilitiesDoubleProperty

[Missing <param name="d"/> documentation for "M:Demo3D.Utilities.DoubleProperty.op_Explicit(Demo3D.Utilities.DoubleProperty)~System.Single"]

Return Value

Type: Single

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

See Also