Contents

<(_:_:)

Returns whether one confidence level is less than another.

Declaration

static func < (lhs: ARConfidenceLevel, rhs: ARConfidenceLevel) -> Bool

Parameters

  • lhs:

    The left-hand side confidence level to compare.

  • rhs:

    The right-hand side confidence level to compare.

Return Value

true if lhs is less than rhs; otherwise, false.