Share via


Decimal Constructor (Int32)

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

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

Syntax

'Declaration
Public Sub New ( _
    value As Integer _
)
public Decimal(
    int value
)
public:
Decimal(
    int value
)
new : 
        value:int -> Decimal
public function decimal(
    value : int
)

Parameters

.NET Framework Security

See Also

Reference

Decimal Structure

Decimal Overload

System Namespace