Instance Method インスタンスメソッド

isLessThanOrEqualTo(_:)

Indicates whether this decimal is less than or equal to the specified one. この10進数が指定されたものより小さいかまたは等しいかどうかを指し示します。

Declaration 宣言

func isLessThanOrEqualTo(_ other: Decimal) -> Bool

See Also 参照

Comparing Decimals 10進数を比較する