Click or drag to resize

DoublePropertyToUInt32 Method

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

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public uint ToUInt32(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider

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

Return Value

Type: UInt32

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

Implements

IConvertibleToUInt32(IFormatProvider)
See Also