Instance Propertyswift-png 4.4.5PNG
points
The numerator of this percentmille value.
PNG.Percentmille.swift:12var points: Int
The numerical value of this percentmille instance is this integer divided by 100000
.
Other members in extension
Type members
init<T>(T
) Creates a percentmille value with the given numerator.
init(integerLiteral: Int
) Creates a percentmille value using the given integer literal as the numerator.
static let zero: `Self`
A percentmille value of zero.
static func + (lhs: `Self`, rhs: `Self`
) -> PNG.Percentmille Adds two percentmille values and produces their sum.
static func += (lhs: inout `Self`, rhs: `Self`
) Adds two percentmille values and stores the result in the left-hand-side variable.
static func - (lhs: `Self`, rhs: `Self`
) -> PNG.Percentmille Subtracts one percentmille value from another and produces their difference.
static func -= (lhs: inout `Self`, rhs: `Self`
) Subtracts one percentmille value from another and stores the result in the left-hand-side variable.