Share via


Decimal Constructor (Int64)

[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 signed integer.

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

Syntax

'Declaration
Public Sub New ( _
    value As Long _
)
public Decimal(
    long value
)
public:
Decimal(
    long long value
)
new : 
        value:int64 -> Decimal
public function decimal(
    value : long
)

Parameters

.NET Framework Security

See Also

Reference

Decimal Structure

Decimal Overload

System Namespace