min(ofProperty:)
public func min<T: MinMaxType>(ofProperty property: String) -> T?
Returns the minimum (lowest) value of the given property among all the results, or nil if the results are empty.
Warning
Only a property whose type conforms to the MinMaxType protocol can be specified.
-
Declaration
Swift
public func min<T: MinMaxType>(ofProperty property: String) -> T?
View on GitHub
Install in Dash
min(ofProperty:) Instance Method Reference