<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><span></span></div><div>No to this pitch, because a percentage can be higher than 100%.</div><div><br></div><div>Use NumberFormatter to display a number as a percentage.&nbsp;<a href="https://developer.apple.com/documentation/foundation/numberformatter">https://developer.apple.com/documentation/foundation/numberformatter</a></div><div><br></div><div>Or you could make an NSNumber subclass if you want to enforce an arbitrary rule upon numbers.</div><div><br></div><div>Jonathan</div><div><span></span><br><blockquote type="cite"><span>On Jan 13, 2018, at 18:26, Jonathan Hull via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>Hi Evolution,</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>I was wondering if we would consider adding a percentage type to Swift. &nbsp;This would be a type with a value between 0 &amp; 1.</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>I know we can and do use doubles or floats for this now, but there really is a semantic difference between most parameters that take a value between 0 &amp; 1 and those that take any floating point value. &nbsp;It would be nice to have a type that semantically means that the value is from 0 to 1.</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>It could even just wrap a Double for speed (in my own code I wrap a UInt64 for decimal accuracy… and to avoid issues around comparisons).</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>Thanks,</span><br></blockquote><blockquote type="cite"><span>Jon</span><br></blockquote><blockquote type="cite"><span>_______________________________________________</span><br></blockquote><blockquote type="cite"><span>swift-evolution mailing list</span><br></blockquote><blockquote type="cite"><span><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a></span><br></blockquote><blockquote type="cite"><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></blockquote></div></body></html>