Operator 演算子

<(_:_:)

Returns a Boolean value indicating whether one decimal number is strictly less than another. ある10進法数が別のものより厳密に小さいかどうかを指し示すブール値を返します。

Declaration 宣言

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Decimals 10進数を比較する