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

rounded(_:)

A vector formed by rounding each lane of the source vector to an integral value according to the specified rounding rule. ソースベクターの各レーンをある整数値へとこの指定された丸めruleにより丸めることによって形成されるあるベクター。

Declaration 宣言

func rounded(_ rule: FloatingPointRoundingRule) -> SIMD8<Scalar>
Available when Scalar conforms to FloatingPoint. ScalarFloatingPointに準拠する場合に利用可能です。