NSDecimalCopy(_:_:)
Copies the value of a decimal number.
Declaration
func NSDecimalCopy(_ destination: UnsafeMutablePointer<Decimal>, _ source: UnsafePointer<Decimal>)Parameters
Discussion
Copies the value in source to destination.
For more information, see Number and Value Programming Topics.