Ugh. Thanks! > On Nov 28, 2016, at 02:40 , Alex Blewitt <[email protected]> wrote: > > You can wrap it with an NSDecimalNumber, and then cast it to a Double from > there: > > Double(NSDecimalNumber(decimal:Decimal(1.0))) > > Alex > >> On 28 Nov 2016, at 10:13, Rick Mann via swift-users <[email protected]> >> wrote: >> >> How do I get a Double from a Decimal? >> >> TIA, >> >> -- >> Rick Mann >> [email protected] >> >> >> _______________________________________________ >> swift-users mailing list >> [email protected] >> https://lists.swift.org/mailman/listinfo/swift-users >
-- Rick Mann [email protected] _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
