Bridge

Decimal Constructor (Int64)

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

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

Syntax


[TemplateAttribute]
public Decimal(
	long n
)
<TemplateAttribute> _
Public Sub New ( _
	n As Long _
)
[TemplateAttribute]
public:
Decimal(
	long long^ n
)

Parameters

n
Type: System..::..Int64