Click or drag to resize

DoublePropertyToSingle Method

[Missing <summary> documentation for "M:Demo3D.Utilities.DoubleProperty.ToSingle(System.IFormatProvider)"]


Namespace: Demo3D.Utilities
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public float ToSingle(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider

[Missing <param name="provider"/> documentation for "M:Demo3D.Utilities.DoubleProperty.ToSingle(System.IFormatProvider)"]

Return Value

Single

[Missing <returns> documentation for "M:Demo3D.Utilities.DoubleProperty.ToSingle(System.IFormatProvider)"]

Implements

IConvertibleToSingle(IFormatProvider)
See Also