Decimal ExplicitNarrowingExplicitExplicitExplicit Conversion Operators
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Single to Decimal) |
Defines an explicit conversion of a single-precision floating-point number to a Decimal.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Double to Decimal) |
Defines an explicit conversion of a double-precision floating-point number to a Decimal.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Byte) |
Defines an explicit conversion of a Decimal to an 8-bit unsigned integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to SByte) |
Defines an explicit conversion of a Decimal to an 8-bit signed integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Char) |
Defines an explicit conversion of a Decimal to a Unicode character.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Int16) |
Defines an explicit conversion of a Decimal to a 16-bit signed integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to UInt16) |
Defines an explicit conversion of a Decimal to a 16-bit unsigned integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Int32) |
Defines an explicit conversion of a Decimal to a 32-bit signed integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to UInt32) |
Defines an explicit conversion of a Decimal to a 32-bit unsigned integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Int64) |
Defines an explicit conversion of a Decimal to a 64-bit signed integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to UInt64) |
Defines an explicit conversion of a Decimal to a 64-bit unsigned integer.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Single) |
Defines an explicit conversion of a Decimal to a single-precision floating-point number.
|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Decimal to Double) |
Defines an explicit conversion of a Decimal to a double-precision floating-point number.
|