init(_:)
Creates a new value, rounded to the closest possible representation.
Declaration
init(_ v: Int)Discussion
If two representable values are equally close, the result is the value with more trailing zeros in its significand bit pattern.
Creates a new value, rounded to the closest possible representation.
init(_ v: Int)If two representable values are equally close, the result is the value with more trailing zeros in its significand bit pattern.