The sign of a floating-point value.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
The sign of a floating-point value.
SDK
Framework
typealias Floating Point Sign .Raw Value
The raw type that can be used to represent all values of the conforming type.
case minus
The sign for a negative value.
case plus
The sign for a positive value.
init?(raw Value: Int)
Creates a new instance with the specified raw value.
var hash Value: Int
The hash value.
var raw Value: 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 != (Floating Point Sign, Floating Point Sign) -> Bool
Returns a Boolean value indicating whether two values are not equal.
static func == (Floating Point Sign, Floating Point Sign) -> Bool
Returns a Boolean value indicating whether two values are equal.