Bridge

Decimal Constructor (UInt32)

Initializes a new instance of Decimal to the value of the specified 32-bit unsigned integer.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public Decimal(
	uint i
)
<TemplateAttribute> _
Public Sub New ( _
	i As UInteger _
)
[TemplateAttribute]
public:
Decimal(
	unsigned int^ i
)

Parameters

i
Type: System..::..UInt32