Generic Operator

<(_:_:)

Compare two measurements of the same Unit. 同じUnitの2つの寸法を比較します。

Declaration 宣言

static func < <LeftHandSideType, RightHandSideType>(lhs: Measurement<LeftHandSideType>, rhs: Measurement<RightHandSideType>) -> Bool where LeftHandSideType : Unit, RightHandSideType : Unit

Parameters パラメータ

lhs

A value to compare. 比較する値。

rhs

Another value to compare. もう一方の比較する値。

Return Value 戻り値

true if the measurements can be compared and the lhs is less than the rhs converted value. true、もし寸法それらが比較されることができるそしてlhsrhsを変換した値より小さいならば。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Measurements 寸法を比較する