Operator (Default implementation)swift 6.0.1Swift
<(_:_:)
static func < (lhs: Self, rhs: Self) -> Bool
Implements
static func < (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
Other members in extension
Type members
static var ulpOfOne: Self
static func maximum(Self, Self
) -> Self static func maximumMagnitude(Self, Self
) -> Self static func minimum(Self, Self
) -> Self static func minimumMagnitude(Self, Self
) -> Self static func <= (lhs: Self, rhs: Self
) -> Bool static func == (lhs: Self, rhs: Self
) -> Bool static func > (lhs: Self, rhs: Self
) -> Bool static func >= (lhs: Self, rhs: Self
) -> Bool
Instance members
var floatingPointClass: FloatingPointClassification
var nextDown: Self
func addingProduct(Self, Self
) -> Self func remainder(dividingBy: Self
) -> Self func round(
) func rounded(
) -> Self func rounded(FloatingPointRoundingRule
) -> Self func squareRoot(
) -> Self func truncatingRemainder(dividingBy: Self
) -> Self