Instance Propertyswift 6.0.1Swift
magnitude
- iOS
- 18.0+
- macOS
- 15.0+
- tvOS
- 18.0+
- visionOS
- 2.0+
- watchOS
- 11.0+
var magnitude: Int128.Magnitude { get }
Other members in extension
Typealiases
Type members
init<T>(T
) init<T>(T
) init(bitPattern: UInt128
) init<T>(clamping: T
) init?<T>(exactly: T
) init?<T>(exactly: T
) init(from: any Decoder
) throws init<T>(truncatingIfNeeded: T
) static var bitWidth: Int
static var max: Int128
static var min: Int128
static var zero: Int128
static func % (a: Int128, b: Int128
) -> Int128 static func %= (a: inout Int128, b: Int128
) static func &* (lhs: Int128, rhs: Int128
) -> Int128 static func &<<= (a: inout Int128, b: Int128
) static func &= (a: inout Int128, b: Int128
) static func &>>= (a: inout Int128, b: Int128
) static func * (a: Int128, b: Int128
) -> Int128 static func *= (a: inout Int128, b: Int128
) static func + (a: Int128, b: Int128
) -> Int128 static func - (a: Int128, b: Int128
) -> Int128 static func / (a: Int128, b: Int128
) -> Int128 static func /= (a: inout Int128, b: Int128
) static func < (a: Int128, b: Int128
) -> Bool static func == (a: Int128, b: Int128
) -> Bool static func ^= (a: inout Int128, b: Int128
) static func |= (a: inout Int128, b: Int128
)
Instance members
var byteSwapped: Int128
var customMirror: Mirror
A mirror that reflects the
Int128
instance.var leadingZeroBitCount: Int
var nonzeroBitCount: Int
var trailingZeroBitCount: Int
var words: UInt128.Words
func addingReportingOverflow(Int128
) -> (partialValue: Int128, overflow: Bool) func dividedReportingOverflow(by: Int128
) -> (partialValue: Int128, overflow: Bool) func encode(to: any Encoder
) throws Encodes this value into the given encoder.
func hash(into: inout Hasher
) func multipliedReportingOverflow(by: Int128
) -> (partialValue: Int128, overflow: Bool) func remainderReportingOverflow(dividingBy: Int128
) -> (partialValue: Int128, overflow: Bool) func subtractingReportingOverflow(Int128
) -> (partialValue: Int128, overflow: Bool)