Click or drag to resize

ExprDoubleToDecimal Method

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


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public decimal ToDecimal(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider

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

Return Value

Decimal

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

Implements

IConvertibleToDecimal(IFormatProvider)
See Also