Operator 演算子

!=(_:_:)

Indicates whether two truncation modes are unequal.

Declaration 宣言

static func != (lhs: Self, rhs: Self) -> Bool

Return Value 戻り値

A Boolean value that’s set to true if the two truncation modes are unequal.

Parameters パラメータ

lhs

The first truncation mode to compare. 比較する第一の切り詰めモード。

rhs

The second truncation mode to compare. 比較する第二の切り詰めモード。

See Also 参照

Comparing Truncation Modes 切り詰めモードを比較する