Bridge

Decimal Constructor (UInt64)

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

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

Syntax


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

Parameters

n
Type: System..::..UInt64