Bridge

Decimal Constructor (Int32)

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

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

Syntax


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

Parameters

i
Type: System..::..Int32