init(decimal:)
Initializes a decimal number to represent a given decimal.
Declaration
init(decimal dcm: Decimal)Parameters
- dcm:
The value of the new object.
Return Value
An NSDecimalNumber object initialized to represent dcm.
Discussion
This method is the designated initializer for NSDecimalNumber.