Click or drag to resize

DoublePropertyToUInt64 Method

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

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

Parameters

provider
Type: SystemIFormatProvider

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

Return Value

Type: UInt64

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

Implements

IConvertibleToUInt64(IFormatProvider)
See Also