HeartRateInBeatsPercentMax
@available(swift 4.0)
public struct HeartRateInBeatsPercentMax
TCX Heart Rate in BPM
-
Heart Rate
Note
Bound from 0 to 100%Declaration
Swift
private(set) public var heartRate: UInt8
-
Undocumented
Declaration
Swift
public init(heartRate: UInt8)
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
public static func == (lhs: HeartRateInBeatsPercentMax, rhs: HeartRateInBeatsPercentMax) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.
-
Coding Keys
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey