Share via


Decimal Constructor (UInt64)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
    value As ULong _
)
[CLSCompliantAttribute(false)]
public Decimal(
    ulong value
)
[CLSCompliantAttribute(false)]
public:
Decimal(
    unsigned long long value
)
[<CLSCompliantAttribute(false)>]
new : 
        value:uint64 -> Decimal
public function decimal(
    value : ulong
)

Parameters

.NET Framework Security

See Also

Reference

Decimal Structure

Decimal Overload

System Namespace