Decimal Constructor
Initializes a new instance of Decimal.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Decimal(Double) | Initializes a new instance of Decimal to the value of the specified double-precision floating-point number. |
![]() | Decimal(Int32) | Initializes a new instance of Decimal to the value of the specified 32-bit signed integer. |
![]() | Decimal(Int32, Int32, Int32, Boolean, Byte) | Initializes a new instance of Decimal from parameters specifying the instance's constituent parts. |
![]() | Decimal(array<Int32>^) | Initializes a new instance of Decimal to a decimal value represented in binary and contained in a specified array. |
![]() | Decimal(Int64) | Initializes a new instance of Decimal to the value of the specified 64-bit signed integer. |
![]() | Decimal(Single) | Initializes a new instance of Decimal to the value of the specified single-precision floating-point number. |
![]() | Decimal(UInt32) | Initializes a new instance of Decimal to the value of the specified 32-bit unsigned integer. |
![]() | Decimal(UInt64) | Initializes a new instance of Decimal to the value of the specified 64-bit unsigned integer. |
