The string used to represent a plus sign.
SDKs
- iOS 2.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
var plusSign: String! { get set }
Discussion
By default, this property is set to the plus sign (+).
The string used to represent a plus sign.
SDKs
Framework
var plusSign: String! { get set }
By default, this property is set to the plus sign (+).
var percent Symbol: String!
The string used to represent a percent symbol.
var per Mill Symbol: String!
The string used to represent a per-mill (per-thousand) symbol.
var minus Sign: String!
The string used to represent a minus sign.
var exponent Symbol: String!
The string used to represent an exponent symbol.
var zero Symbol: String?
The string used to represent a zero value.
var nil Symbol: String
The string used to represent a nil
value.
var not ANumber Symbol: String!
The string used to represent a NaN (“not a number”) value.
var negative Infinity Symbol: String
The string used to represent a negative infinity symbol.
var positive Infinity Symbol: String
The string used to represent a positive infinity symbol.