Instance Methodswift 6.0.1Swift
dividingFullWidth(_:)
func dividingFullWidth(_ dividend: (high: Self, low: Self.Magnitude)) -> (quotient: Self, remainder: Self)
Other members in extension
Type members
init<T>(T
) Creates a new instance from the given integer.
init?<T>(exactly: T
) Creates a new instance from the given integer, if it can be represented exactly.
static var max: Self
The maximum representable integer in this type.
static var min: Self
The minimum representable integer in this type.