Instance Property
インスタンスプロパティ
magnitude
magnitudeSquared
No overview available.
Availability
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Technology
- Swift
UI
Declaration 宣言
var magnitudeSquared: Double
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Finding the Sign and Magnitude 符号と規模を見つける
var magnitude: Double
The magnitude of this value.
この値の規模。
var sign: FloatingPointSign
The sign of the floating-point value.
浮動小数点値の符号。
typealias Double.Magnitude
A type that can represent the absolute value of any possible value of the conforming type.
準拠する型の何らかの可能な値の絶対値を表すことのできる型。