The vector to convert. 変換するベクター。
Generic Initializerinit(_:
init(_:rounding:)
Creates a new vector from the given vector, rounding the given vector’s of elements using the specified rounding rule.
ある新しいベクターをこの与えられたベクターから作成します、与えられたベクターのもつ要素を指定された丸め規則を使って丸めます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init<Other>(_ other: SIMD4
<Other>, rounding rule: FloatingPointRoundingRule
= .towardZero) where Other : BinaryFloatingPoint
, Other : SIMDScalar
Available when
Scalar
conforms to FixedWidthInteger
.
Scalar
がFixedWidthInteger
に準拠する場合に利用可能です。
Parameters パラメータ
other
rule
The round rule to use when converting elements of
other.
The default is.toward
.Zero other
の要素を変換する時に使う丸め規則。省略時は.toward
です。Zero