EnumerationSwift
FloatingPointSign
The sign of a floating-point value.
@frozen enum FloatingPointSign
The sign of a floating-point value.
@frozen enum FloatingPointSign
case minus
The sign for a negative value.
case plus
The sign for a positive value.
init?(rawValue: Int)
Creates a new instance with the specified raw value.
var hashValue: Int
The hash value.
var hashValue: Int
var rawValue: Int
The corresponding value of the raw type.
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
static func != (Self, Self) -> Bool
static func == (FloatingPointSign, FloatingPointSign) -> Bool
Returns a Boolean value indicating whether two values are equal.