Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Decimal Constructor

 

Initializes a new instance of Decimal.

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

NameDescription
System_CAPS_pubmethodDecimal(Double)

Initializes a new instance of Decimal to the value of the specified double-precision floating-point number.

System_CAPS_pubmethodDecimal(Int32)

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

System_CAPS_pubmethodDecimal(Int32, Int32, Int32, Boolean, Byte)

Initializes a new instance of Decimal from parameters specifying the instance's constituent parts.

System_CAPS_pubmethodDecimal(array<Int32>^)

Initializes a new instance of Decimal to a decimal value represented in binary and contained in a specified array.

System_CAPS_pubmethodDecimal(Int64)

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

System_CAPS_pubmethodDecimal(Single)

Initializes a new instance of Decimal to the value of the specified single-precision floating-point number.

System_CAPS_pubmethodDecimal(UInt32)

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

System_CAPS_pubmethodDecimal(UInt64)

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

Return to top
Show:
© 2017 Microsoft