Click or drag to resize

ExprDoubleToType Method

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


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Object ToType(
	Type conversionType,
	IFormatProvider provider
)

Parameters

conversionType  Type

[Missing <param name="conversionType"/> documentation for "M:Demo3D.Visuals.ExprDouble.ToType(System.Type,System.IFormatProvider)"]

provider  IFormatProvider

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

Return Value

Object

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

Implements

IConvertibleToType(Type, IFormatProvider)
See Also