Click or drag to resize

ExprDoubleToSingle Method

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public float ToSingle(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider

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

Return Value

Type: Single

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

Implements

IConvertibleToSingle(IFormatProvider)
See Also