IAGSRange
@objcMembers
@objc(IAGSRange)
public class IAGSRange : NSObject
A structure used to describe a range value.
-
The lower bound of a range
Declaration
Swift
public var lowerBound: Double
-
The upper bound of a range
Declaration
Swift
public var upperBound: Double