FloatingPointSign
The sign of a floating-point value.
@frozen enum FloatingPointSign
Citizens in Swift
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Members
case minus
The sign for a negative value.
case plus
The sign for a positive value.
init?(rawValue: Int
) var hashValue: Int
var rawValue: Int
static func == (FloatingPointSign, FloatingPointSign
) -> Bool func hash(into: inout Hasher
)